Searched refs:PyImport_ImportModuleLevel (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Include/ |
D | import.h | 57 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel( 75 PyImport_ImportModuleLevel((n), (g), (l), (f), 0)
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1086 PyImport_ImportModuleLevel:PyObject*::+1: 1087 PyImport_ImportModuleLevel:const char*:name:: 1088 PyImport_ImportModuleLevel:PyObject*:globals:0:??? 1089 PyImport_ImportModuleLevel:PyObject*:locals:0:??? 1090 PyImport_ImportModuleLevel:PyObject*:fromlist:0:??? 1091 PyImport_ImportModuleLevel:int:level::
|
D | stable_abi.dat | 324 func,PyImport_ImportModuleLevel,3.2,,
|
D | python3.13.abi | 335 …<elf-symbol name='PyImport_ImportModuleLevel' type='func-type' binding='global-binding' visibility… 26602 …PyImport_ImportModuleLevel' mangled-name='PyImport_ImportModuleLevel' filepath='Python/import.c' l…
|
/external/python/cpython3/Doc/c-api/ |
D | import.rst | 64 .. c:function:: PyObject* PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject …
|
/external/python/cpython3/PC/ |
D | python3dll.c | 315 EXPORT_FUNC(PyImport_ImportModuleLevel)
|
/external/python/cpython3/Python/ |
D | import.c | 3862 PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject *locals, in PyImport_ImportModuleLevel() function 3934 builtins = PyImport_ImportModuleLevel("builtins", in PyImport_Import()
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 887 [function.PyImport_ImportModuleLevel]
|
D | HISTORY | 10556 - Issue #12173: The first argument of PyImport_ImportModuleLevel is now `const
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 2489 longer valid, the same now holds for :c:func:`PyImport_ImportModuleLevel`.
|