mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
* wrap quotes to enum name map to prevent syntax errorn when enum value is negative * Add a test that covers signed enum case
11 lines
168 B
Python
11 lines
168 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: Example
|
|
|
|
class Race(object):
|
|
None_ = -1
|
|
Human = 0
|
|
Dwarf = 1
|
|
Elf = 2
|
|
|