Home
last modified time | relevance | path

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

/third_party/python/Python/
Dimport.c941 Py_ssize_t j, nhooks; in get_path_importer() local
947 nhooks = PyList_Size(path_hooks); in get_path_importer()
948 if (nhooks < 0) in get_path_importer()
961 for (j = 0; j < nhooks; j++) { in get_path_importer()