module documentation

Undocumented

Function test_arguments_required_at_init Undocumented
Function test_expand_name Undocumented
Function test_expand_name_subclass Undocumented
Function test_node2fullname The node2fullname() function finds the full (global) name for a name expression in the AST.
Function test_signature Undocumented
def test_arguments_required_at_init(): (source)

Undocumented

def test_expand_name(mod1): (source)

Undocumented

Parameters
mod1:docspec.ModuleUndocumented
def test_expand_name_subclass(root2): (source)

Undocumented

Parameters
root2:pydocspec.TreeRootUndocumented
@mod_from_text_param
def test_node2fullname(mod_from_text): (source)

The node2fullname() function finds the full (global) name for a name expression in the AST.

Parameters
mod_from_text:ModFromTextFunctionUndocumented
def test_signature(root4): (source)

Undocumented

Parameters
root4:pydocspec.TreeRootUndocumented