Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c2989 call_find_module(char *name, PyObject *path) in call_find_module() function
3034 return call_find_module(name, path); in imp_find_module()