Searched refs:PyOS_FSPath (Results 1 – 10 of 10) sorted by relevance
11 PyAPI_FUNC(PyObject *) PyOS_FSPath(PyObject *path);
259 path_or_fd = PyOS_FSPath(file); in _io_open_impl()
428 PyOS_FSPath=python37.PyOS_FSPath
133 Update os.fspath()/PyOS_FSPath() to check the return value of __fspath__()
773 Add the PyOS_FSPath() function (part of PEP 519).
8 .. c:function:: PyObject* PyOS_FSPath(PyObject *path)
1537 PyOS_FSPath:PyObject*::+1:1538 PyOS_FSPath:PyObject*:path:0:
12512 PyOS_FSPath(PyObject *path) in PyOS_FSPath() function12567 return PyOS_FSPath(path); in os_fspath_impl()
3710 path = PyOS_FSPath(arg); in PyUnicode_FSConverter()3752 path = PyOS_FSPath(arg); in PyUnicode_FSDecoder()
1901 * The new :c:func:`PyOS_FSPath` function returns the file system