flatbuffers/python/flatbuffers
rw 3232727ace Python: Improve Builder user interface.
+ Add state to the Builder object to track if we are inside a table,
  and if we are finished building the buffer.
+ Use this data to check that a buffer is being built correctly.
+ Raise an exception if a buffer is not being built correctly.
+ Test that the exceptions happen as expected.

Based on d236dea.
2015-11-11 19:43:53 -08:00
..
__init__.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
builder.py Python: Improve Builder user interface. 2015-11-11 19:43:53 -08:00
compat.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
encode.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
number_types.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
packer.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
table.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00