Lines Matching refs:FlatBuffers
6 Before diving into the FlatBuffers usage in Python, it should be noted that the
8 FlatBuffers usage in all of the supported languages (including Python). This
9 page is designed to cover the nuances of FlatBuffers usage, specific to
17 ## FlatBuffers Python library code location
19 The code for the FlatBuffers Python library can be found at
21 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/
24 ## Testing the FlatBuffers Python library
36 ## Using the FlatBuffers Python library
39 example of how to use FlatBuffers in Python.*
41 There is support for both reading and writing FlatBuffers in Python.
43 To use FlatBuffers in your own code, first generate Python classes from your
45 FlatBuffers and the generated code to read or write a FlatBuffer.