Home | Trees | Indices | Help |
---|
|
object --+ | RegistrySliceProxy.RegistrySliceProxy --+ | BoxRegistrySliceProxy
This object is a list of objects in the box
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Access individual object. Examples: box(10) : get object with id 10 or raise exception if it does not exist. |
Get an item by positional index. Examples: box[-1] : get last object, box[0] : get first object, box[1] : get second object. |
Get a slice. Examples: box[2:] : get first two objects, box[:-10] : get last 10 objects. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:19 2012 | http://epydoc.sourceforge.net |