Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimport.c1094 Py_ssize_t j, nhooks; in get_path_importer() local
1100 nhooks = PyList_Size(path_hooks); in get_path_importer()
1101 if (nhooks < 0) in get_path_importer()
1112 for (j = 0; j < nhooks; j++) { in get_path_importer()
/external/python/cpython2/Python/
Dimport.c1257 Py_ssize_t j, nhooks; in get_path_importer() local
1263 nhooks = PyList_Size(path_hooks); in get_path_importer()
1264 if (nhooks < 0) in get_path_importer()
1275 for (j = 0; j < nhooks; j++) { in get_path_importer()