You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking about it, I really think that this is easy to code or
contribute when the docstring is present at the lowest level. If you
need to check the doc or to go and find the base class, it starts to be
complicated even if it removes a lot of lines.
I think that we can eliminate many lines of docstrings by inherit the docstring from a parent class.
A possible way is to use a decorator like in https://groups.google.com/forum/#!msg/comp.lang.python/HkB1uhDcvdk/lWzWtPy09yYJ
The text was updated successfully, but these errors were encountered: