Home
last modified time | relevance | path

Searched refs:PyImport_ImportModuleLevel (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
Dimport.h57 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(
75 PyImport_ImportModuleLevel((n), (g), (l), (f), 0)
/external/python/cpython3/Doc/data/
Drefcounts.dat1086 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::
Dstable_abi.dat324 func,PyImport_ImportModuleLevel,3.2,,
Dpython3.13.abi335 …<elf-symbol name='PyImport_ImportModuleLevel' type='func-type' binding='global-binding' visibility…
26602PyImport_ImportModuleLevel' mangled-name='PyImport_ImportModuleLevel' filepath='Python/import.c' l…
/external/python/cpython3/Doc/c-api/
Dimport.rst64 .. c:function:: PyObject* PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject …
/external/python/cpython3/PC/
Dpython3dll.c315 EXPORT_FUNC(PyImport_ImportModuleLevel)
/external/python/cpython3/Python/
Dimport.c3862 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/
Dstable_abi.toml887 [function.PyImport_ImportModuleLevel]
DHISTORY10556 - Issue #12173: The first argument of PyImport_ImportModuleLevel is now `const
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2489 longer valid, the same now holds for :c:func:`PyImport_ImportModuleLevel`.