Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c3243 imp_new_module(PyObject *self, PyObject *args) in imp_new_module() function
3318 {"new_module", imp_new_module, METH_VARARGS, doc_new_module},