Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dimport.c.h81 _imp__fix_co_filename_impl(PyObject *module, PyCodeObject *code,
107 return_value = _imp__fix_co_filename_impl(module, code, path); in _imp__fix_co_filename()
/external/python/cpython3/Python/
Dimport.c1142 _imp__fix_co_filename_impl(PyObject *module, PyCodeObject *code, in _imp__fix_co_filename_impl() function