Searched refs:PyImport_ImportModuleLevel (Results 1 – 21 of 21) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | import.h | 18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name, 22 PyImport_ImportModuleLevel(n, g, l, f, -1)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | import.h | 52 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel( 70 PyImport_ImportModuleLevel(n, g, l, f, 0)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | import.h | 52 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel( 70 PyImport_ImportModuleLevel(n, g, l, f, 0)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | import.h | 52 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel( 70 PyImport_ImportModuleLevel(n, g, l, f, 0)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | import.h | 52 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel( 70 PyImport_ImportModuleLevel(n, g, l, f, 0)
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | import.h | 52 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel( 70 PyImport_ImportModuleLevel(n, g, l, f, 0)
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 522 PyImport_ImportModuleLevel:PyObject*::+1: 523 PyImport_ImportModuleLevel:char*:name:: 524 PyImport_ImportModuleLevel:PyObject*:globals:0:??? 525 PyImport_ImportModuleLevel:PyObject*:locals:0:??? 526 PyImport_ImportModuleLevel:PyObject*:fromlist:0:??? 527 PyImport_ImportModuleLevel:int:level::
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | import.rst | 68 The function is an alias for :c:func:`PyImport_ImportModuleLevel` with 72 .. c:function:: PyObject* PyImport_ImportModuleLevel(char *name, PyObject *globals, PyObject *local…
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1027 PyImport_ImportModuleLevel:PyObject*::+1: 1028 PyImport_ImportModuleLevel:const char*:name:: 1029 PyImport_ImportModuleLevel:PyObject*:globals:0:??? 1030 PyImport_ImportModuleLevel:PyObject*:locals:0:??? 1031 PyImport_ImportModuleLevel:PyObject*:fromlist:0:??? 1032 PyImport_ImportModuleLevel:int:level::
|
D | stable_abi.dat | 317 function,PyImport_ImportModuleLevel,3.2,,
|
D | python3.11.abi | 300 …<elf-symbol name='PyImport_ImportModuleLevel' type='func-type' binding='global-binding' visibility… 13768 …PyImport_ImportModuleLevel' mangled-name='PyImport_ImportModuleLevel' filepath='Python/import.c' l…
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | import.c | 1927 PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject *locals, in PyImport_ImportModuleLevel() function 1999 builtins = PyImport_ImportModuleLevel("builtins", in PyImport_Import()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | codecs.c | 1030 mod = PyImport_ImportModuleLevel("encodings", NULL, NULL, NULL, 0); in _PyCodecRegistry_Init()
|
D | import.c | 2329 PyImport_ImportModuleLevel(char *name, PyObject *globals, PyObject *locals, in PyImport_ImportModuleLevel() function 2911 builtins = PyImport_ImportModuleLevel("__builtin__", in PyImport_Import()
|
D | bltinmodule.c | 49 return PyImport_ImportModuleLevel(name, globals, locals, in builtin___import__()
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 965 "PyImport_ImportModuleLevel"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 301 EXPORT_FUNC(PyImport_ImportModuleLevel)
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | import.rst | 73 .. c:function:: PyObject* PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject …
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 874 [function.PyImport_ImportModuleLevel]
|
D | HISTORY | 10556 - Issue #12173: The first argument of PyImport_ImportModuleLevel is now `const
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 2486 longer valid, the same now holds for :c:func:`PyImport_ImportModuleLevel`.
|