ClassDoc
ClassDoc¶
- class ClassDoc[source]¶
Bases:
Generic
[configpile.util._Class
]Stores information about Sphinx autodoc-style documentation for a class
See https://pypi.org/project/class-doc/
Attributes
Note: attributes inherited from parent classes are not shown here, if any
Documentation for the class and parents
Methods
Retrieves the documentation for the attributes of a class
Returns the raw documentation string for the given attribute
List of members of ClassDoc
- raw(attribute_name)[source]¶
Returns the raw documentation string for the given attribute
This walks through the base classes in the Method Resolution Order and returns the first string encountered.
- __init__(docs)¶
- static __new__(cls, *args, **kwds)¶