mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 18:27:46 +00:00
* Don't generate types unless --python-typing specified Fixes https://github.com/google/flatbuffers/issues/7944 * Fix incorrect import statements Fixes https://github.com/google/flatbuffers/issues/7951 * Fix $PYTHONPATH in PythonTest.sh Regressed from https://github.com/google/flatbuffers/pull/7529 * PythonTest: fail if something goes wrong GitHub Actions runs `bash PythonTest.sh`, and thus failures were not visible. * Build flatc for Python tests * Regenerate codes --------- Co-authored-by: Derek Bailey <derekbailey@google.com> |
||
|---|---|---|
| .. | ||
| reflection | ||
| __init__.py | ||
| _version.py | ||
| builder.py | ||
| compat.py | ||
| encode.py | ||
| flexbuffers.py | ||
| number_types.py | ||
| packer.py | ||
| table.py | ||
| util.py | ||