Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileobject.h11 PyAPI_FUNC(PyObject *) PyFile_FromFd(int, const char *, const char *, int,
/external/python/cpython3/Doc/c-api/
Dfile.rst20 .. c:function:: PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char…
/external/python/cpython3/Objects/
Dfileobject.c29 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding, in PyFile_FromFd() function
/external/python/cpython3/PC/
Dpython3.def258 PyFile_FromFd=python36.PyFile_FromFd
/external/python/cpython3/Misc/
DHISTORY12784 - PyFile_FromFd() uses PyUnicode_DecodeFSDefault() instead of
17093 - Replaced `PyFile_FromFile()` with `PyFile_FromFd(fd, name. mode,