Home
last modified time | relevance | path

Searched refs:PyType_GetModule (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/c-api/
Dtype.rst112 .. c:function:: PyObject* PyType_GetModule(PyTypeObject *type)
121 Note that in such a method, ``PyType_GetModule(Py_TYPE(self))``
133 of :c:func:`PyType_GetModule`.
165 retreived with :c:func:`PyType_GetModule`.
/external/python/cpython3/Include/
Dobject.h218 PyAPI_FUNC(PyObject *) PyType_GetModule(struct _typeobject *);
/external/python/cpython3/Modules/
D_testmultiphase.c138 retval = PyType_GetModule(cls); in _testmultiphase_StateAccessType_get_defining_module_impl()
Dposixmodule.c13274 PyObject *module = PyType_GetModule(defining_class); in DirEntry_get_lstat()
13310 PyObject *module = PyType_GetModule(defining_class); in os_DirEntry_stat_impl()
13360 _posixstate* state = get_posix_state(PyType_GetModule(defining_class)); in DirEntry_test_mode()
13788 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); in ScandirIterator_iternext()
13860 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); in ScandirIterator_iternext()
/external/python/cpython3/Objects/
Dtypeobject.c3122 PyType_GetModule(PyTypeObject *type) in PyType_GetModule() function
3148 PyObject *m = PyType_GetModule(type); in PyType_GetModuleState()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1239 a module with a class; :c:func:`PyType_GetModule` and