Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afde1c commit b0e8688Copy full SHA for b0e8688
1 file changed
Doc/c-api/abstract.rst
@@ -325,14 +325,6 @@ is considered sufficient for this determination.
325
equivalent of the Python statement ``del o[key]``.
326
327
328
-.. cfunction:: int PyObject_AsFileDescriptor(PyObject *o)
329
-
330
- Derives a file descriptor from a Python object. If the object is an integer or
331
- long integer, its value is returned. If not, the object's :meth:`fileno` method
332
- is called if it exists; the method must return an integer or long integer, which
333
- is returned as the file descriptor value. Returns ``-1`` on failure.
334
335
336
.. cfunction:: PyObject* PyObject_Dir(PyObject *o)
337
338
This is equivalent to the Python expression ``dir(o)``, returning a (possibly
0 commit comments