flatbuffers/python/flatbuffers
qazwsxedcrfvtg14 b300691336
Add reflection support for python (#7026)
We already have the reflection.fbs file and the flatbuffers
python language support.

Adding this feature would give the python developers the
ability to parse the flatbuffers schema and write some tools.

Co-authored-by: Derek Bailey <derekbailey@google.com>
2022-02-10 11:10:47 -08:00
..
reflection Add reflection support for python (#7026) 2022-02-10 11:10:47 -08:00
__init__.py export a __version__ variable for python module (#5309) 2020-07-30 15:56:21 -07:00
_version.py export a __version__ variable for python module (#5309) 2020-07-30 15:56:21 -07:00
builder.py Add vectorNumElements attribute to Builder for simpler vector creation. (#6328) 2020-12-14 12:00:28 -08:00
compat.py Fix warning about deprecated module: imp (#6362) 2021-06-17 13:02:22 -07:00
encode.py
flexbuffers.py
number_types.py
packer.py
table.py
util.py