[Python] Verify EnumDef is not generated in GenUnionCreator (#6903)

* [Python] Verify EnumDef is not generated in GenUnionCreator

* update test output
This commit is contained in:
Tom Miller
2021-11-04 17:21:31 -04:00
committed by GitHub
parent c0394bb09c
commit f8b69e3308
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
# namespace: NamespaceB
class UnionInNestedNS(object):
NONE = 0
TableInNestedNS = 1
def UnionInNestedNSCreator(unionType, table):
from flatbuffers.table import Table