HomeSort by relevance Sort by last modified time
    Searched refs:PyFile_FromFd (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
fileobject.h 11 PyAPI_FUNC(PyObject *) PyFile_FromFd(int, const char *, const char *, int,
  /external/python/cpython3/Objects/
fileobject.c 30 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding,

Completed in 669 milliseconds