Home
last modified time | relevance | path

Searched refs:PyImport_ImportModuleLevelObject (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Include/
Dimport.h60 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevelObject(
/external/python/cpython3/Python/
Dimport.c1562 PyImport_ImportModuleLevelObject(PyObject *name, PyObject *globals, in PyImport_ImportModuleLevelObject() function
1657 final_mod = PyImport_ImportModuleLevelObject(front, NULL, NULL, NULL, 0); in PyImport_ImportModuleLevelObject()
1721 mod = PyImport_ImportModuleLevelObject(nameobj, globals, locals, in PyImport_ImportModuleLevel()
Dbltinmodule.c272 return PyImport_ImportModuleLevelObject(name, globals, locals, in builtin___import__()
Dceval.c5992 res = PyImport_ImportModuleLevelObject( in import_name()
/external/python/cpython3/Doc/c-api/
Dimport.rst59 .. c:function:: PyObject* PyImport_ImportModuleLevelObject(PyObject *name, PyObject *globals, PyObj…
75 Similar to :c:func:`PyImport_ImportModuleLevelObject`, but the name is a
/external/python/cpython3/Doc/data/
Drefcounts.dat1034 PyImport_ImportModuleLevelObject:PyObject*::+1:
1035 PyImport_ImportModuleLevelObject:PyObject*:name:0:
1036 PyImport_ImportModuleLevelObject:PyObject*:globals:0:???
1037 PyImport_ImportModuleLevelObject:PyObject*:locals:0:???
1038 PyImport_ImportModuleLevelObject:PyObject*:fromlist:0:???
1039 PyImport_ImportModuleLevelObject:int:level::
Dstable_abi.dat307 function,PyImport_ImportModuleLevelObject,3.7,
Dpython3.10.abi288 …<elf-symbol name='PyImport_ImportModuleLevelObject' type='func-type' binding='global-binding' visi…
12246 …<function-decl name='PyImport_ImportModuleLevelObject' mangled-name='PyImport_ImportModuleLevelObj…
15747PyImport_ImportModuleLevelObject' mangled-name='PyImport_ImportModuleLevelObject' filepath='Python…
/external/python/cpython3/Tools/c-analyzer/
DTODO537 Python/import.c:PyImport_ImportModuleLevelObject():PyId___path__ _Py_IDENTIFIER(__path__)
538 Python/import.c:PyImport_ImportModuleLevelObject():PyId___spec__ _Py_IDENTIFIER(__spec__)
539 Python/import.c:PyImport_ImportModuleLevelObject():PyId__handle_fromlist _Py_IDENTIFIER(_handle_fro…
540 Python/import.c:PyImport_ImportModuleLevelObject():PyId__lock_unlock_module _Py_IDENTIFIER(_lock_un…
/external/python/cpython3/PC/
Dpython3dll.c296 EXPORT_FUNC(PyImport_ImportModuleLevelObject)
/external/python/cpython3/Misc/
Dstable_abi.txt1876 function PyImport_ImportModuleLevelObject