module documentation
(source)

Basic introspection of modules.
Class ​Inspect​Error Undocumented
Class ​Module​Inspect Perform runtime introspection of modules in a separate process.
Class ​Module​Properties Undocumented
Function get​_package​_properties Use runtime introspection to get information about a module/package.
Function is​_c​_module Undocumented
Function worker The main loop of a worker introspection process.
def get_package_properties(package_id): (source)
Use runtime introspection to get information about a module/package.
Parameters
package​_id:strUndocumented
Returns
ModulePropertiesUndocumented
def is_c_module(module): (source)

Undocumented

Parameters
module:ModuleTypeUndocumented
Returns
boolUndocumented
def worker(tasks, results, sys_path): (source)
The main loop of a worker introspection process.
Parameters
tasks:Queue[str]Undocumented
results:Queue[Union[str, ModuleProperties]]Undocumented
sys​_path:List[str]Undocumented