Home
last modified time | relevance | path

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

/third_party/python/Include/
Dimport.h72 PyAPI_FUNC(PyObject *) PyImport_GetImporter(PyObject *path);
/third_party/python/Modules/
Dmain.c134 importer = PyImport_GetImporter(sys_path0); in pymain_get_importer()
/third_party/python/PC/
Dpython3dll.c286 EXPORT_FUNC(PyImport_GetImporter)
/third_party/python/Doc/c-api/
Dimport.rst215 .. c:function:: PyObject* PyImport_GetImporter(PyObject *path)
/third_party/python/Doc/data/
Dstable_abi.dat297 function,PyImport_GetImporter,3.2,
Drefcounts.dat999 PyImport_GetImporter:PyObject*::+1:
1000 PyImport_GetImporter:PyObject*:path:0:
/third_party/python/Python/
Dimport.c985 PyImport_GetImporter(PyObject *path) in PyImport_GetImporter() function
/third_party/python/Misc/
Dstable_abi.txt768 function PyImport_GetImporter