mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-03 10:47:28 +00:00
* [Python] Codegen SizeOf classmethod for structs This codegens a `SizeOf()` classmethod for all structs since we can't determine the size of a FlatBuffer generated struct from Python otherwise. * [JS/TS] Codegen sizeOf static method for structs This codegens a `sizeOf()` static method for all structs since we can't determine the size of a FlatBuffer generated struct from JavaScript or TypeScript otherwise. |
||
|---|---|---|
| .. | ||
| Example | ||
| Example2 | ||
| __init__.py | ||
| InParentNamespace.cs | ||
| InParentNamespace.go | ||
| InParentNamespace.java | ||
| InParentNamespace.kt | ||
| InParentNamespace.lua | ||
| InParentNamespace.php | ||
| InParentNamespace.py | ||
| MonsterExtra.cs | ||
| MonsterExtra.java | ||
| MonsterExtra.kt | ||
| MonsterExtra.py | ||