Skip to content

Class setup::DocstringInjector#

Inherits the following classes: ast.NodeTransformer

Public Attributes#

Type Name
psm
modified
processed_count

Public Functions#

Type Name
__init__ (self self, psm_module psm_module)
visit_FunctionDef (self self, node node)

Protected Functions#

Type Name
_extract_attribute_path (self self, node node)

psm#

setup.DocstringInjector::psm;

modified#

setup.DocstringInjector::modified;

processed_count#

setup.DocstringInjector::processed_count;

__init__#

setup::DocstringInjector::__init__ (
    self self,
    psm_module psm_module
) 

visit_FunctionDef#

setup::DocstringInjector::visit_FunctionDef (
    self self,
    node node
) 

_extract_attribute_path#

setup::DocstringInjector::_extract_attribute_path (
    self self,
    node node
)