Home | History | Annotate | Download | only in Python

Lines Matching refs:get_path_importer

1253 get_path_importer(PyObject *path_importer_cache, PyObject *path_hooks,
1314 importer = get_path_importer(path_importer_cache,
1318 Py_XINCREF(importer); /* get_path_importer returns a borrowed reference */
1503 importer = get_path_importer(path_importer_cache,