mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 07:15:07 +00:00
[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:
@@ -2,6 +2,10 @@
|
||||
|
||||
# namespace: NamespaceB
|
||||
|
||||
class UnionInNestedNS(object):
|
||||
NONE = 0
|
||||
TableInNestedNS = 1
|
||||
|
||||
|
||||
def UnionInNestedNSCreator(unionType, table):
|
||||
from flatbuffers.table import Table
|
||||
|
||||
Reference in New Issue
Block a user