-
Notifications
You must be signed in to change notification settings - Fork 1
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
Attributes of Python classes missing #5
Comments
I can think of 4 ways to do this, none of which are particularly easy or
On 24 January 2013 18:00, Jukka Lehtosalo [email protected] wrote:
|
Here's a fifth way (an alternative to the This (or the |
There probably isn't a reliable way of inferring all attributes. But I think that's fine; a 97% or 99% solution would still save a lot of effort. Besides, a lot of library functionality is used very rarely (though we might have the problem of the "long tail"), and it's easy to see if commonly used functionality is missing since code using the module will just not work. The rest could be added manually over time as people find gaps in the stubs. |
Some classes are missing attributes in the stubs (e.g. quotes of shlex.shlex).
The text was updated successfully, but these errors were encountered: