Home
last modified time | relevance | path

Searched refs:PyModule_GetDef (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Modules/
D_testsinglephase.c246 PyModuleDef *def = PyModule_GetDef(module); in get_module_state()
377 PyModuleDef *def = PyModule_GetDef(self); in common_look_up_self()
419 assert(PyModule_GetDef(self)->m_size == -1); in basic_initialized_count()
436 assert(PyModule_GetDef(self)->m_size == -1); in basic__clear_globals()
D_testmultiphase.c325 PyModuleDef *def = PyModule_GetDef(mod); in call_state_registration_func()
D_hashopenssl.c2231 mdef = PyModule_GetDef(module); in hashlib_init_constructors()
/external/python/cpython3/Include/
Dmoduleobject.h30 PyAPI_FUNC(PyModuleDef*) PyModule_GetDef(PyObject*);
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dprotobuf.c86 assert(PyModule_GetDef(module) == &module_def); in PyUpb_ModuleState_GetFromModule()
/external/python/cpython3/Modules/_testcapi/
Dheaptype.c1120 _testcapimodule = PyModule_GetDef(m); in _PyTestCapi_Init_Heaptype()
/external/python/cpython3/Objects/
Dmoduleobject.c644 PyModule_GetDef(PyObject* m) in PyModule_GetDef() function
/external/python/cpython3/Python/
Dimport.c581 PyModuleDef *md = PyModule_GetDef(m); in _PyImport_ClearModulesByIndex()
804 def = PyModule_GetDef(mod); in exec_builtin_or_dynamic()
2209 PyModuleDef *def = PyModule_GetDef(mod); in _PyImport_FixupBuiltin()
/external/python/cpython3/PC/
Dpython3dll.c404 EXPORT_FUNC(PyModule_GetDef)
/external/python/cpython3/Doc/data/
Dstable_abi.dat428 func,PyModule_GetDef,3.2,,
Drefcounts.dat1444 PyModule_GetDef:PyModuleDef*::0:
1445 PyModule_GetDef:PyObject*:module:0:
Dpython3.13.abi479 …<elf-symbol name='PyModule_GetDef' type='func-type' binding='global-binding' visibility='default-v…
8179PyModule_GetDef' mangled-name='PyModule_GetDef' filepath='Objects/moduleobject.c' line='644' colum…
/external/python/cpython3/Doc/c-api/
Dmodule.rst100 .. c:function:: PyModuleDef* PyModule_GetDef(PyObject *module)
/external/python/cpython3/Misc/
Dstable_abi.toml1023 [function.PyModule_GetDef]
DHISTORY4344 PyModule_GetDef() returns an error.