class documentation
class Docstring(_docspec.Docstring, CanTriggerWarnings): (source)
Undocumented
Inherited from Docstring
:
Method | __init__ |
Undocumented |
Instance Variable | content |
The content of the docstring. While the #Docstring class is a subclass of str and holds the same value as content, using the #content property should be preferred as the inheritance from the str class may be removed in future versions. |
Instance Variable | location |
The location of where the docstring is defined. |
Inherited from _HasInitAttribsMethod
(via Docstring
):
Method | _init |
A method to define extra attributes that will be set after initialization. |
Inherited from CanTriggerWarnings
:
Method | warn |
Undocumented |