class documentation

Docstring meta information.

Symbolizes lines in form of

Parameters
argdescription
Raises
ValueErrorif something happens
Method __init__ Initialize self.
Instance Variable args Undocumented
Instance Variable description Undocumented
def __init__(self, args: list[str], description: str | None): (source)

Initialize self.

Parameters
args:list[str]list of arguments. The exact content of this variable is dependent on the kind of docstring; it's used to distinguish between custom docstring meta information items.
description:str | Noneassociated docstring description.

Undocumented