cpython/Objects
Jeremy Hylton 89c3a22a27 Add PyObject_CheckReadBuffer(), which returns true if its argument
supports the single-segment readable buffer interface.

Add documentation for this and other PyObject_XXXBuffer() calls.
2001-11-09 21:59:42 +00:00
..
.cvsignore
abstract.c
bufferobject.c
cellobject.c
classobject.c
cobject.c
complexobject.c
descrobject.c
dictobject.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
intobject.c
iterobject.c
listobject.c
longobject.c
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
sliceobject.c
stringobject.c
structseq.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c
xxobject.c