...

Text file src/github.com/google/flatbuffers/tests/optional_scalars/OptionalByte.py

Documentation: github.com/google/flatbuffers/tests/optional_scalars

     1# automatically generated by the FlatBuffers compiler, do not modify
     2
     3# namespace: optional_scalars
     4
     5class OptionalByte(object):
     6    None_ = 0
     7    One = 1
     8    Two = 2

View as plain text