| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: Added return value to non type-prefixed create vector function (#8945) * fix: Added return value to non type-prefixed create vector function * chore: Added generated code | 4 个月前 | |
add proposed fixes from #8731 (#8771) Co-authored-by: Wouter van Oortmerssen <aardappel@gmail.com> | 7 个月前 | |
Port FlatBuffers to Python. Implement code generation and self-contained runtime library for Python. The test suite verifies: - Correctness of generated Python code by comparing output to that of the other language ports. - The exact bytes in the Builder buffer during many scenarios. - Vtable deduplication correctness. - Edge cases for table construction, via a fuzzer derived from the Go implementation. - All code is simultaneously valid in Python 2.6, 2.7, and 3.4. The test suite includes benchmarks for: - Building 'gold' data. - Parsing 'gold' data. - Deduplicating vtables. All tests pass on this author's system for the following Python implementations: - CPython 2.6.7 - CPython 2.7.8 - CPython 3.4.2 - PyPy 2.5.0 (CPython 2.7.8 compatible) | 10 年前 | |
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 | 3 年前 | |
[Python]: Modernize setup and drop Python 2 (#8955) | 4 个月前 | |
Stage the Python license file during builds (#9015) Copy the repo-root LICENSE into the Python package directory for the duration of setup() so license_files = LICENSE remains valid without using deprecated parent-directory paths. Remove the staged copy after the build completes. | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 个月前 | ||
| 7 个月前 | ||
| 10 年前 | ||
| 3 年前 | ||
| 4 个月前 | ||
| 2 个月前 |