Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dosmodule.h11 PyAPI_FUNC(PyObject *) PyOS_FSPath(PyObject *path);
/external/python/cpython3/Modules/_io/
D_iomodule.c259 path_or_fd = PyOS_FSPath(file); in _io_open_impl()
/external/python/cpython3/PC/
Dpython3.def428 PyOS_FSPath=python37.PyOS_FSPath
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst133 Update os.fspath()/PyOS_FSPath() to check the return value of __fspath__()
D3.6.0a2.rst773 Add the PyOS_FSPath() function (part of PEP 519).
/external/python/cpython3/Doc/c-api/
Dsys.rst8 .. c:function:: PyObject* PyOS_FSPath(PyObject *path)
/external/python/cpython3/Doc/data/
Drefcounts.dat1537 PyOS_FSPath:PyObject*::+1:
1538 PyOS_FSPath:PyObject*:path:0:
/external/python/cpython3/Modules/
Dposixmodule.c12512 PyOS_FSPath(PyObject *path) in PyOS_FSPath() function
12567 return PyOS_FSPath(path); in os_fspath_impl()
/external/python/cpython3/Objects/
Dunicodeobject.c3710 path = PyOS_FSPath(arg); in PyUnicode_FSConverter()
3752 path = PyOS_FSPath(arg); in PyUnicode_FSDecoder()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1901 * The new :c:func:`PyOS_FSPath` function returns the file system