Anton Bobukh

Results 3 comments of Anton Bobukh

I've recently separated the generation of `.pyi` and `.py` files, and for this, you would need to update the stub generator: https://github.com/google/flatbuffers/blob/master/src/idl_gen_python.cpp#L591-L607. Also, as pointed out above, `enum` is not...

My plan was to remove any type annotation from the generated `.py` file and fully rely on `.pyi` file for type checking, so `--python-version` controls the generation of `.py` files...

Thanks for the fixes, @fliiiix! Can you provide more details on the re-export issue? Why does the default behaviour – exporting everything that does not start with a `_` –...