Searched refs:PyType_GetModule (Results 1 – 20 of 20) sorted by relevance
138 .. c:function:: PyObject* PyType_GetModule(PyTypeObject *type)147 Note that in such a method, ``PyType_GetModule(Py_TYPE(self))``161 of :c:func:`PyType_GetModule`.207 retrieved with :c:func:`PyType_GetModule`.
260 PyObject *module = PyType_GetModule(cls); in _queue_SimpleQueue_get_impl()
149 retval = PyType_GetModule(cls); in _testmultiphase_StateAccessType_get_defining_module_impl()
881 PyObject *module = PyType_GetModule(cls); in zlib_Decompress_decompress_impl()1260 PyObject *module = PyType_GetModule(cls); in zlib_Decompress_flush_impl()
90 #define _selectstate_by_type(type) get_select_state(PyType_GetModule(type))
13696 PyObject *module = PyType_GetModule(defining_class); in DirEntry_get_lstat()13732 PyObject *module = PyType_GetModule(defining_class); in os_DirEntry_stat_impl()13782 _posixstate* state = get_posix_state(PyType_GetModule(defining_class)); in DirEntry_test_mode()14220 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); in ScandirIterator_iternext()14292 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); in ScandirIterator_iternext()
42 (get_struct_state(PyType_GetModule(Py_TYPE(self))))
77 (get_array_state(PyType_GetModule(cls)))
4862 PyObject *module = PyType_GetModule(Py_TYPE(self)); in _ssl_MemoryBIO_write_impl()
251 PyAPI_FUNC(PyObject *) PyType_GetModule(PyTypeObject *);
608 EXPORT_FUNC(PyType_GetModule)
662 function,PyType_GetModule,3.10,,
723 …<elf-symbol name='PyType_GetModule' type='func-type' binding='global-binding' visibility='default-…10076 …PyType_GetModule' mangled-name='PyType_GetModule' filepath='Objects/typeobject.c' line='3677' colu…
368 you can call :c:func:`PyType_GetModule` to get the associated module, and then
946 PyObject *module = PyType_GetModule(cls); in create_callback_context()
1471 :c:func:`PyType_FromModuleAndSpec`, :c:func:`PyType_GetModule` and
269 (get_sre_module_state(PyType_GetModule(cls)))
2165 [function.PyType_GetModule]
3681 PyType_GetModule(PyTypeObject *type) in PyType_GetModule() function3707 PyObject *m = PyType_GetModule(type); in PyType_GetModuleState()
1277 a module with a class; :c:func:`PyType_GetModule` and