You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python package comes without type stubs, even tough the protoc compiler contains a --pyi_out option to generate them.
Apart from allowing type checking for users of the gtfs-realtime-bindings package, type stubs would be especially helpful to understand what objects and methods are available in the package, as the generate modules relies heavily on runtime reflection, which isn't really human readable.
The text was updated successfully, but these errors were encountered:
The Python package comes without type stubs, even tough the protoc compiler contains a
--pyi_out
option to generate them.Apart from allowing type checking for users of the
gtfs-realtime-bindings
package, type stubs would be especially helpful to understand what objects and methods are available in the package, as the generate modules relies heavily on runtime reflection, which isn't really human readable.The text was updated successfully, but these errors were encountered: