Home | History | Annotate | Download | only in Python

Lines Matching refs:_PyImport_FindExtensionObjectEx

701     return _PyImport_FindExtensionObjectEx(name, filename, modules);
705 _PyImport_FindExtensionObjectEx(PyObject *name, PyObject *filename,
762 res = _PyImport_FindExtensionObjectEx(nameobj, nameobj, modules);