flatbuffers/tests/MyGame/Example/NestedUnion
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
..
Any.py [Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) 2022-10-26 14:56:52 -07:00
Color.py [Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) 2022-10-26 14:56:52 -07:00
NestedUnionTest.py Optionally generate Python type annotations (#7858) 2023-04-28 09:38:29 -07:00
Test.py Optionally generate Python type annotations (#7858) 2023-04-28 09:38:29 -07:00
TestSimpleTableWithEnum.py Optionally generate Python type annotations (#7858) 2023-04-28 09:38:29 -07:00
Vec3.py Optionally generate Python type annotations (#7858) 2023-04-28 09:38:29 -07:00
__init__.py [Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) 2022-10-26 14:56:52 -07:00