Searched refs:PyType_GetModule (Results 1 – 17 of 17) sorted by relevance
125 .. c:function:: PyObject* PyType_GetModule(PyTypeObject *type)134 Note that in such a method, ``PyType_GetModule(Py_TYPE(self))``146 of :c:func:`PyType_GetModule`.177 retrieved with :c:func:`PyType_GetModule`.
254 PyObject *module = PyType_GetModule(cls); in _queue_SimpleQueue_get_impl()
143 retval = PyType_GetModule(cls); in _testmultiphase_StateAccessType_get_defining_module_impl()
878 PyObject *module = PyType_GetModule(cls); in zlib_Decompress_decompress_impl()1257 PyObject *module = PyType_GetModule(cls); in zlib_Decompress_flush_impl()
80 #define _selectstate_by_type(type) get_select_state(PyType_GetModule(type))
13533 PyObject *module = PyType_GetModule(defining_class); in DirEntry_get_lstat()13569 PyObject *module = PyType_GetModule(defining_class); in os_DirEntry_stat_impl()13619 _posixstate* state = get_posix_state(PyType_GetModule(defining_class)); in DirEntry_test_mode()14055 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); in ScandirIterator_iternext()14127 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); in ScandirIterator_iternext()
38 (get_struct_state(PyType_GetModule(Py_TYPE(self))))
269 (get_sre_module_state(PyType_GetModule(cls)))
73 (get_array_state(PyType_GetModule(cls)))
4815 PyObject *module = PyType_GetModule(Py_TYPE(self)); in _ssl_MemoryBIO_write_impl()
239 PyAPI_FUNC(PyObject *) PyType_GetModule(struct _typeobject *);
597 EXPORT_FUNC(PyType_GetModule)
644 function,PyType_GetModule,3.10,
2087 function PyType_GetModule
1471 :c:func:`PyType_FromModuleAndSpec`, :c:func:`PyType_GetModule` and
3656 PyType_GetModule(PyTypeObject *type) in PyType_GetModule() function3682 PyObject *m = PyType_GetModule(type); in PyType_GetModuleState()
1262 a module with a class; :c:func:`PyType_GetModule` and