Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractIndexer --+ | BaseDictionaryContainer
Base class which defines the behavior of a read only key-value collection container.
Note: Methods for editing an existing dictionary 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 | |
length | |
Inherited from |
Method Details |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
Property Details |
length
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |