Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractContainer
Defines the behavior of a high-level object, which can hold an array of elements. Implementing classes automatically provide iterable and index/key based access to those objects in a read-only encapsulated manner.
This is an abstract class with an abstract property
_children
. Subclasses must override this property. The
overridden implementation is usually extremely simple - you just need to
return a reference to an iterable and subscriptable object, containing
the elements.
Nested Classes | |
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
__abstractmethods__ =
|
Properties | |
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |