Home | History | Annotate | Download | only in Python

Lines Matching refs:imp_find_module

2864 imp_find_module(PyObject *self, PyObject *args)

3150 {"find_module", imp_find_module, METH_VARARGS, doc_find_module},