-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ship type hinting stub files #99
Labels
Comments
"PEP 561 -- Distributing and Packaging Type Information" https://www.python.org/dev/peps/pep-0561/ |
We could also try supporting "__signature__" on the C level first, so that stubgen has a more complete output.. |
stubgen ignores them, so let's just add .pyi and take it from there.. |
lazka
added a commit
to lazka/pycairo
that referenced
this issue
Feb 25, 2018
lazka
added a commit
to lazka/pycairo
that referenced
this issue
Feb 25, 2018
lazka
added a commit
to lazka/pycairo
that referenced
this issue
Feb 25, 2018
lazka
added a commit
to lazka/pycairo
that referenced
this issue
Feb 25, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stubgen gives a good overview for py3 already: https://bpaste.net/show/e0edfe462061
Ideally we'd want that for pygobject as well, but pycairo seems like a good start for testing things out.
The text was updated successfully, but these errors were encountered: