-
-
Notifications
You must be signed in to change notification settings - Fork 32
Pick attributes without docstrings #11
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
Comments
Would an example of this be if a type annotation is present for the return type but there is no docstring for it ( |
No, I was talking about picking module variables, class variables and instance variables (in init methods) that have no docstrings, to be consistent with the selection method for other objects (we currently select methods/classes that have no docstrings as well, and rendering them or not based on configuration). But what you wrote would indeed be an interesting feature. Sometimes the method/function name is self-explanatory about what it returns, so printing its return type without having to add |
We very much need this 😄 |
Any update? |
Sorry, nope, I've been working on other things. I'll try to work on this these next few days. |
Has this been implemented? |
Still not @ofek 😅 But I'm currently working on refactoring the attribute parser, which will make it easier to implement this feature So, it's on the way! |
Just like we still select objects with no docstrings, we could also pick attributes without docstrings.
The user can then configure the plugin to render them or not.
The text was updated successfully, but these errors were encountered: