• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# automatically generated by the FlatBuffers compiler, do not modify
2
3# namespace: NamespaceB
4
5
6def UnionInNestedNSCreator(unionType, table):
7    from flatbuffers.table import Table
8    if not isinstance(table, Table):
9        return None
10    if unionType == UnionInNestedNS().TableInNestedNS:
11        return TableInNestedNST.InitFromBuf(table.Bytes, table.Pos)
12    return None
13