Module Objects¶
-
PyTypeObject PyModule_Type¶
- Part of the Stable ABI.
This instance of
PyTypeObjectrepresents the Python module type. This is exposed to Python programs astypes.ModuleType.
- int PyModule_Check(
This instance of PyTypeObject represents the Python module type. This
is exposed to Python programs as types.ModuleType.