mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Implement flexbuffers in python (#5880)
This commit is contained in:
parent
8be05f6bd4
commit
de89bd1933
3 changed files with 3055 additions and 0 deletions
1527
python/flatbuffers/flexbuffers.py
Normal file
1527
python/flatbuffers/flexbuffers.py
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -35,6 +35,11 @@ function run_tests() {
|
|||
COMPARE_GENERATED_TO_GO=0 \
|
||||
COMPARE_GENERATED_TO_JAVA=0 \
|
||||
$1 py_test.py $2 $3 $4
|
||||
if [ $1 = python3 ]; then
|
||||
PYTHONDONTWRITEBYTECODE=1 \
|
||||
PYTHONPATH=${runtime_library_dir}:${gen_code_path} \
|
||||
$1 py_flexbuffers_test.py
|
||||
fi
|
||||
interpreters_tested+=(${1})
|
||||
echo
|
||||
fi
|
||||
|
|
|
|||
1523
tests/py_flexbuffers_test.py
Normal file
1523
tests/py_flexbuffers_test.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue