blob: 66f03f245ac486d81891f3bc94e63b742f79c4f0 [file]
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: NamespaceB
def UnionInNestedNSCreator(unionType, table):
from flatbuffers.table import Table
if not isinstance(table, Table):
return None
if unionType == UnionInNestedNS().TableInNestedNS:
return TableInNestedNST.InitFromBuf(table.Bytes, table.Pos)
return None