mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
* Implement optional scalars for Python * Use == for integer comparison, remove empty line * Fix optional type hint Co-authored-by: Caleb Zulawski <caleb.zulawski@caci.com>
9 lines
167 B
Python
9 lines
167 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: optional_scalars
|
|
|
|
class OptionalByte(object):
|
|
None_ = 0
|
|
One = 1
|
|
Two = 2
|