PythonExtensionModule¶
This type represents a compiled Python extension module.
Attributes¶
The following sections describe the attributes available on each instance.
name¶
(string)
Unique name of the module being provided.
is_stdlib¶
(bool)
Whether this module is part of the Python standard library (part of the Python distribution).
add_*¶
(various)