Home
last modified time | relevance | path

Searched refs:PyObject_CheckReadBuffer (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Doc/c-api/
Dobjbuffer.rst39 .. c:function:: int PyObject_CheckReadBuffer(PyObject *o)
/external/python/cpython2/Doc/c-api/
Dobjbuffer.rst46 .. c:function:: int PyObject_CheckReadBuffer(PyObject *o)
/external/python/cpython3/Include/
Dabstract.h334 Py_DEPRECATED(3.0) PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj);
/external/python/cpython2/Include/
Dabstract.h492 PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj);
/external/python/cpython3/PC/
Dpython3.def458 PyObject_CheckReadBuffer=python39.PyObject_CheckReadBuffer
/external/python/cpython2/Objects/
Dcodeobject.c111 !PyObject_CheckReadBuffer(code)) { in PyCode_New()
Dabstract.c279 PyObject_CheckReadBuffer(PyObject *obj) in PyObject_CheckReadBuffer() function
/external/python/cpython2/PC/os2emx/
Dpython27.def127 "PyObject_CheckReadBuffer"
/external/python/cpython2/Python/
Dmarshal.c446 else if (PyObject_CheckReadBuffer(v)) { in w_object()
/external/python/cpython3/Doc/data/
Drefcounts.dat1621 PyObject_CheckReadBuffer:int:::
1622 PyObject_CheckReadBuffer:PyObject*:o:0:
/external/python/cpython3/Objects/
Dabstract.c295 PyObject_CheckReadBuffer(PyObject *obj) in PyObject_CheckReadBuffer() function
/external/python/cpython3/Misc/
DHISTORY16190 - Issue #3946: PyObject_CheckReadBuffer crashed on a memoryview object.
23769 - New function PyObject_CheckReadBuffer(), which returns true if its
/external/python/cpython2/Misc/
DHISTORY6390 - New function PyObject_CheckReadBuffer(), which returns true if its