Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dimport.h24 PyAPI_FUNC(PyObject *) PyImport_GetImporter(PyObject *path);
/external/python/cpython3/Include/
Dimport.h86 PyAPI_FUNC(PyObject *) PyImport_GetImporter(PyObject *path);
/external/python/cpython2/Modules/
Dmain.c216 (importer = PyImport_GetImporter(argv0)) && in RunMainFromImporter()
/external/python/cpython3/PC/
Dpython3.def284 PyImport_GetImporter=python37.PyImport_GetImporter
/external/python/cpython2/Doc/c-api/
Dimport.rst173 .. c:function:: PyObject* PyImport_GetImporter(PyObject *path)
/external/python/cpython3/Doc/c-api/
Dimport.rst215 .. c:function:: PyObject* PyImport_GetImporter(PyObject *path)
/external/python/cpython3/Python/
Dimport.c1138 PyImport_GetImporter(PyObject *path) { in PyImport_GetImporter() function
/external/python/cpython3/Doc/data/
Drefcounts.dat971 PyImport_GetImporter:PyObject*::+1:
972 PyImport_GetImporter:PyObject*:path:0:
/external/python/cpython3/Modules/
Dmain.c345 importer = PyImport_GetImporter(sys_path0); in pymain_get_importer()
/external/python/cpython2/Python/
Dimport.c1309 PyImport_GetImporter(PyObject *path) { in PyImport_GetImporter() function