Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c1155 _Py_open_impl(const char *pathname, int flags, int gil_held) in _Py_open_impl() function
1217 return _Py_open_impl(pathname, flags, 1); in _Py_open()
1229 return _Py_open_impl(pathname, flags, 0); in _Py_open_noraise()