Home
last modified time | relevance | path

Searched refs:PyObject_AsFileDescriptor (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Include/
Dfileobject.h17 PyAPI_FUNC(int) PyObject_AsFileDescriptor(PyObject *);
/third_party/python/Objects/
Dfileobject.c180 PyObject_AsFileDescriptor(PyObject *o) in PyObject_AsFileDescriptor() function
229 int fd = PyObject_AsFileDescriptor(o); in _PyLong_FileDescriptor_Converter()
/third_party/python/Doc/c-api/
Dfile.rst39 .. c:function:: int PyObject_AsFileDescriptor(PyObject *p)
/third_party/python/Python/
Dtraceback.c409 fd = PyObject_AsFileDescriptor(binary); in _Py_DisplaySourceLine()
/third_party/libxml2/python/
Dtypes.c85 int fd = PyObject_AsFileDescriptor(f); in libxml_PyFileGet()
/third_party/python/Modules/
Dselectmodule.c136 v = PyObject_AsFileDescriptor( o ); in seq2set()
1862 self->e.ident = PyObject_AsFileDescriptor(pfd); in kqueue_event_init()
D_tkinter.c2720 tfile = PyObject_AsFileDescriptor(file); in _tkinter_tkapp_createfilehandler_impl()
2755 tfile = PyObject_AsFileDescriptor(file); in _tkinter_tkapp_deletefilehandler()
D_cursesmodule.c3385 fd = PyObject_AsFileDescriptor(sys_stdout); in _curses_setupterm_impl()
/third_party/python/PC/
Dpython3dll.c422 EXPORT_FUNC(PyObject_AsFileDescriptor)
/third_party/python/Doc/data/
Dstable_abi.dat466 function,PyObject_AsFileDescriptor,3.2,
Drefcounts.dat1557 PyObject_AsFileDescriptor:int:::
1558 PyObject_AsFileDescriptor:PyObject*:o:0:
/third_party/python/Misc/
Dstable_abi.txt1033 function PyObject_AsFileDescriptor
DHISTORY26575 New C API calls: PyObject_AsFileDescriptor, PyErr_WriteUnraisable.
/third_party/python/Tools/c-analyzer/
DTODO371 Objects/fileobject.c:PyObject_AsFileDescriptor():PyId_fileno _Py_IDENTIFIER(fileno)
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1917 Objects/fileobject.c PyObject_AsFileDescriptor PyId_fileno -