Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c3028 imp_find_module(PyObject *self, PyObject *args) in imp_find_module() function
3314 {"find_module", imp_find_module, METH_VARARGS, doc_find_module},