package documentation
Processes the half baked model created by the builder to populate buch of fancy attributes.
| Module | class |
Helpers to populate attributes of Class instances. |
| Module | data |
Helpers to populate attributes of Variable instances. |
| Module | func |
Helpers to populate attributes of Function instances. |
| Module | helpers |
Helpers to help the helpers. |
| Module | mod |
Helpers to populate attributes of Module instances. |
From __init__.py:
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
Populate pydocspec attributes by applying processing to a newly created pydocspec.TreeRoot instance coming from the astbuilder. |
| Class | _ |
Undocumented |
| Class | _ |
Undocumented |
| Class | _ |
Set Class.mro attribute based on astroid to be able to correctly populate the resolved_bases attribute with our own resolve_name() function. |