Searched refs:nhooks (Results 1 – 1 of 1) sorted by relevance
941 Py_ssize_t j, nhooks; in get_path_importer() local947 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()