-
Notifications
You must be signed in to change notification settings - Fork 0
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 support for class-level docstring #5
Comments
Hi @edmondchuc Thanks for posting the nice proposal Currently, I'm too busy and probably it takes a long time to support it P.S. If you favorite this project, please leave a star⭐️ |
…s list that docstring does not exist.
I've released the v0.1.11 and probably supported these features! https://github.com/simon-ritchie/stubdoc/releases/tag/0.1.11
If you notice this version does not work correctly, please notify me |
Hi! Awesome library.
Currently, stubdoc only supports adding docstring to functions and class methods.
stubdoc/stubdoc/stubdoc.py
Lines 37 to 48 in 0e77e00
It would be great if it supported class-level docstrings as well as class getters and setters (
@property
).Stub file with docstring generated by stubdoc:
Desired output:
The text was updated successfully, but these errors were encountered: