Home | Trees | Indices | Help |
|
---|
|
object --+ | buffer
buffer(object [, offset[, size]])
Create a new buffer object which references the given object. The buffer will reference a slice of the target object from the start of the object (or at the specified offset). The slice will extend to the end of the target object (or with the specified size).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
del x[i:j] Use of negative indices is not supported. |
x.__getattribute__('name') <==> x.name
|
x[i:j] Use of negative indices is not supported. |
hash(x)
|
|
repr(x)
|
x[i:j]=y Use of negative indices is not supported. |
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed May 16 22:47:22 2007 | http://epydoc.sourceforge.net |