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
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
This should be fairly trivial. We already iterate through all services and setattr them on the generated module. The same could be done for types, includes, and constants.
Worth noting that these attributes were renamed from foo to __foo__ in 1.0 and __includes__ is new in 1.0. So the code will have to use some hasattrs when doing this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This should be fairly trivial. We already iterate through all services and
setattr
them on the generated module. The same could be done for types, includes, and constants.Worth noting that these attributes were renamed from
foo
to__foo__
in 1.0 and__includes__
is new in 1.0. So the code will have to use somehasattr
s when doing this.The text was updated successfully, but these errors were encountered: