News

When I create a class with an init function, VSCode doesn't read the docstring of class but only the __init__. I want to show show python class docstring with __init__ docstring together. It doesn't ...
If an attribute is documented in the class docstring and also assigned to in __init__, the attribute is documented twice. It should get documented only once. ... Attributes duplicated when documented ...