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).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
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)
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 06:16:25 2017 | http://epydoc.sourceforge.net |