mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 02:07:25 +00:00
+ 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
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| builder.py | ||
| compat.py | ||
| encode.py | ||
| number_types.py | ||
| packer.py | ||
| table.py | ||