flatbuffers/python/flatbuffers
Max Burke a397dd7e8c
Optionally generate Python type annotations (#7858)
* optionally generate type prefixes and suffixes for python code

* fix codegen error when qualified name is empty

* WIP: Python typing

* more progress towards python typing

* Further iterate on Python generated code typing

* clang-format

* Regenerate code

* add documentation for Python type annotations option

* generate code with Python type annotations

* handle forward references

* clang-format
2023-04-28 09:38:29 -07:00
..
reflection Optionally generate Python type annotations (#7858) 2023-04-28 09:38:29 -07:00
__init__.py
_version.py FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
builder.py Add CreateSharedString to python builder (#7608) 2022-10-29 00:28:35 +00:00
compat.py
encode.py
flexbuffers.py Fix Python host-endianness dependencies (#7773) 2023-01-10 10:20:08 -08:00
number_types.py
packer.py
table.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
util.py