Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAnyone working on python type stubs? #4568
Closed
Comments
This comment has been minimized.
This comment has been minimized.
I think this is a great idea, and a logical extension of our code generation strategy in ATen already. |
This comment has been minimized.
This comment has been minimized.
x-ref allenai/allennlp#374 |
This comment has been minimized.
This comment has been minimized.
#12500 will do this. |
This comment has been minimized.
This comment has been minimized.
#12500 was merged! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type signatures of many functions are quite unusual for Python world (lots of method 'overloading', etc.) and it makes IDEs like pycharm fire lots of false positive errors.
I wonder if that might be possible to generate function signature subs [1] [2] from docs directly? Is anyone else interested in it?