Home
last modified time | relevance | path

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

/third_party/python/Include/
Dfileobject.h11 PyAPI_FUNC(PyObject *) PyFile_FromFd(int, const char *, const char *, int,
/third_party/python/Doc/data/
Drefcounts.dat852 PyFile_FromFd:PyObject*::+1:
853 PyFile_FromFd:int:fd::
854 PyFile_FromFd:const char*:name::
855 PyFile_FromFd:const char*:mode::
856 PyFile_FromFd:int:buffering::
857 PyFile_FromFd:const char*:encoding::
858 PyFile_FromFd:const char*:errors::
859 PyFile_FromFd:const char*:newline::
860 PyFile_FromFd:int:closefd::
Dstable_abi.dat263 function,PyFile_FromFd,3.2,
/third_party/python/Objects/
Dfileobject.c33 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding, in PyFile_FromFd() function
/third_party/python/Doc/c-api/
Dfile.rst20 .. c:function:: PyObject* PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, …
/third_party/python/PC/
Dpython3dll.c259 EXPORT_FUNC(PyFile_FromFd)
/third_party/python/Misc/
Dstable_abi.txt720 function PyFile_FromFd
DHISTORY12784 - PyFile_FromFd() uses PyUnicode_DecodeFSDefault() instead of
17093 - Replaced `PyFile_FromFile()` with `PyFile_FromFd(fd, name. mode,
/third_party/python/Tools/c-analyzer/
DTODO367 Objects/fileobject.c:PyFile_FromFd():PyId_open _Py_IDENTIFIER(open)