-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add annotations #41
Comments
Not going to do, invalid syntax for old versions. |
Maybe only support recent versions in 1.0 |
Can support 2 & 3 by putting the annotations in a stub file or as a comment |
Check that autodoc uses type annotations https://pypi.org/project/sphinx-autodoc-typehints/ |
Need to create a unique type for each Sentinel so that we can add that type to the annotation. |
Need to use backported typing library for Python <3.6 |
Can move annotations out of stubs now. |
Can setlists and rest of types be annotated? When I am using this module mypy tells me |
No description provided.
The text was updated successfully, but these errors were encountered: