package documentation

Processes the half baked model created by the builder to populate buch of fancy attributes.

Module class_attr Helpers to populate attributes of Class instances.
Module data_attr Helpers to populate attributes of Variable instances.
Module func_attr Helpers to populate attributes of Function instances.
Module helpers Helpers to help the helpers.
Module mod_attr Helpers to populate attributes of Module instances.

From __init__.py:

Class PostBuildVisitor0 Undocumented
Class PostBuildVisitor1 Undocumented
Class Processor Populate pydocspec attributes by applying processing to a newly created pydocspec.TreeRoot instance coming from the astbuilder.
Class _DocSourcesSetter Undocumented
Class _DuplicateWhoShadowsWhoHandling Undocumented
Class _MroFromAstroidSetter Set Class.mro attribute based on astroid to be able to correctly populate the resolved_bases attribute with our own resolve_name() function.