Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractIndexer --+ | BaseCollectionContainer
Base class which defines the behavior of a read-only collection container.
Note: Methods for editing an existing collection are also defined in the base class, but left internal on purpose. Subclasses which are supposed to be write-enabled containers must provide their own public methods for editing which might do some custom work and then finally call any of the internal methods in the base class to do the real data editing.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
last_index | |
length | |
start_index | |
Inherited from |
Method Details |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
Property Details |
last_index
|
length
|
start_index
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |