Home | History | Annotate | Download | only in Python

Lines Matching defs:PyImport_ImportModule

104     zimpimport = PyImport_ImportModule("zipimport");
1249 PyImport_ImportModule(const char *name)
1265 * never loaded before it loads it with PyImport_ImportModule() unless another
1274 return PyImport_ImportModule(name);
1699 imp = PyImport_ImportModule("imp");