Searched refs:_PyImport_FindExtensionObject (Results 1 – 4 of 4) sorted by relevance
17 Py_DEPRECATED(3.10) PyAPI_FUNC(PyObject *) _PyImport_FindExtensionObject(PyObject *, PyObject *);
94 Restore the private C API function :func:`_PyImport_FindExtensionObject`. It
1510 Restore the private C API function :func:`_PyImport_FindExtensionObject`. It
562 _PyImport_FindExtensionObject(PyObject *name, PyObject *filename) in _PyImport_FindExtensionObject() function