Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_moduleobject.h14 extern int _PyModuleSpec_GetFileOrigin(PyObject *, PyObject **);
/external/python/cpython3/Objects/
Dmoduleobject.c827 _PyModuleSpec_GetFileOrigin(PyObject *spec, PyObject **p_origin) in _PyModuleSpec_GetFileOrigin() function
983 if (_PyModuleSpec_GetFileOrigin(spec, &origin) < 0) { in _Py_module_getattro_impl()
/external/python/cpython3/Python/
Dceval.c2769 if (_PyModuleSpec_GetFileOrigin(spec, &origin) < 0) { in import_from()
/external/python/cpython3/Doc/data/
Dpython3.13.abi24199 …<function-decl name='_PyModuleSpec_GetFileOrigin' filepath='./Include/internal/pycore_moduleobject…