mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
171 B
ReStructuredText
3 lines
171 B
ReStructuredText
Add :c:func:`PyType_GetModuleName` function to get the type's module name.
|
|
Equivalent to getting the ``type.__module__`` attribute. Patch by Eric Snow
|
|
and Victor Stinner.
|