Importer utilities for autodoc
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Variable | logger |
Undocumented |
Class | Attribute |
Undocumented |
Function | get_class_members |
Get members and attributes of target class. |
Function | get_module_members |
Get members of target module. |
Function | get_object_members |
Get members and attributes of target object. |
Function | import_module |
Call importlib.import_module(modname), convert exceptions to ImportError |
Function | import_object |
Undocumented |
Function | mangle |
Mangle the given name. |
Function | unmangle |
Unmangle the given name. |
Parameters | |
subject:Any | Undocumented |
objpath:List[ | Undocumented |
attrgetter:Callable | Undocumented |
Returns | |
Dict[ | Undocumented |
Parameters | |
module:Any | Undocumented |
Returns | |
List[ | Undocumented |
Parameters | |
subject:Any | Undocumented |
objpath:List[ | Undocumented |
attrgetter:Callable | Undocumented |
analyzer:ModuleAnalyzer | Undocumented |
Returns | |
Dict[ | Undocumented |
Parameters | |
modname:str | Undocumented |
warningiserror:bool | Undocumented |
Returns | |
Any | Undocumented |
Undocumented
Parameters | |
modname:str | Undocumented |
objpath:List[ | Undocumented |
objtype:str | Undocumented |
attrgetter:Callable[ | Undocumented |
warningiserror:bool | Undocumented |
Returns | |
Any | Undocumented |