Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dosmodule.h11 PyAPI_FUNC(PyObject *) PyOS_FSPath(PyObject *path);
/external/python/cpython3/Modules/_io/
D_iomodule.c258 path_or_fd = PyOS_FSPath(file); in _io_open_impl()
/external/python/cpython3/PC/
Dpython3.def430 PyOS_FSPath=python39.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.dat1565 PyOS_FSPath:PyObject*::+1:
1566 PyOS_FSPath:PyObject*:path:0:
/external/python/cpython3/Modules/
Dposixmodule.c14095 PyOS_FSPath(PyObject *path) in PyOS_FSPath() function
14149 return PyOS_FSPath(path); in os_fspath_impl()
/external/python/cpython3/Tools/c-analyzer/
DTODO329 Modules/posixmodule.c:PyOS_FSPath():PyId___fspath__ _Py_IDENTIFIER(__fspath__)
Dknown.tsv1145 Modules/posixmodule.c PyOS_FSPath PyId___fspath__ variable _Py_IDENTIFIER(__fspath__)
/external/python/cpython3/Objects/
Dunicodeobject.c3942 path = PyOS_FSPath(arg); in PyUnicode_FSConverter()
3984 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