Python: Added support for file_identifiers (#5123)
* Python: Added support for file_identifiers * Added tests. Fixed file_identifier code. * Python: Fixed excessive padding of file_identifier. Repaired tests. * Python: Made code compatible with python2.7 * Python: Typo fix in @endcond * whitespace normaalization * Stylistic change from if(not X is None) to if(X is not None). Added comment to type string. * Python: Added support for automatic code generation of file_identifiers. Added tests for said code generation. * converted sprintf to snprintf * Bugfix, added snprint deffinition for MSVC * changed snprint deffinition for MSVC to sprint_s * changed scanf to IntToStringHex. Renamed HasFileIdentifier to GenHasFileIdentifier. * Added updated genereated code to commit * Python bugix: flatc no longer produces HasFileIdentfier for shcemas with no file identifier * Added tests to verify `MonsterBufferHasIdentifier` returns false on no Identifier * Python: added tests for GetBufferIdentifier and BufferHasIdentifier Python: removed unessasary parenethesis in if statements Minor format changes. * Python : correceted instances of keyword arguments being called as positional arguments * fixed typos and grammer in comments * Minor style fixes * Indentation fix * Equals style changes * Python: Fixed Alignment Issues. Changed test code to test against atual output * Ran make(forgot to run make last commit) * Python: Style changes * Style changes * indentation and style * readded CONTRIBUTING.md * Formatting tweak Mostly to make CI run again * More formatting fixes * More formatting fixes * More formatting fixes * More formatting fixes * Formatting fix * More formatting fixes * Formatting * ran generate_code.sh
Showing
- python/flatbuffers/builder.py 17 additions, 9 deletionspython/flatbuffers/builder.py
- python/flatbuffers/encode.py 2 additions, 0 deletionspython/flatbuffers/encode.py
- python/flatbuffers/util.py 15 additions, 0 deletionspython/flatbuffers/util.py
- src/idl_gen_python.cpp 28 additions, 0 deletionssrc/idl_gen_python.cpp
- tests/MyGame/Example/ArrayTable.py 4 additions, 0 deletionstests/MyGame/Example/ArrayTable.py
- tests/MyGame/Example/Monster.py 4 additions, 0 deletionstests/MyGame/Example/Monster.py
- tests/MyGame/Example/Referrable.py 4 additions, 0 deletionstests/MyGame/Example/Referrable.py
- tests/MyGame/Example/Stat.py 4 additions, 0 deletionstests/MyGame/Example/Stat.py
- tests/MyGame/Example/TestSimpleTableWithEnum.py 4 additions, 0 deletionstests/MyGame/Example/TestSimpleTableWithEnum.py
- tests/MyGame/Example/TypeAliases.py 4 additions, 0 deletionstests/MyGame/Example/TypeAliases.py
- tests/MyGame/Example2/Monster.py 4 additions, 0 deletionstests/MyGame/Example2/Monster.py
- tests/MyGame/InParentNamespace.py 4 additions, 0 deletionstests/MyGame/InParentNamespace.py
- tests/MyGame/MonsterExtra.py 4 additions, 0 deletionstests/MyGame/MonsterExtra.py
- tests/monsterdata_python_wire.mon 0 additions, 0 deletionstests/monsterdata_python_wire.mon
- tests/py_test.py 17 additions, 10 deletionstests/py_test.py
Loading
Please register or sign in to comment