Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractContainer --+ | Container
Generic implementation of AbstractContainer. Provides an easy way to encapsulate class properties that behave like read-only collections or dictionaries. This container is super lightweight and completely dynamic: it serves as a proxy to an internal list or dict and stores no data in its own instance. Owning classes are therefore free to modify those internal data structures, which provides advantages over using ReadOnlyCollectionContainers.
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
Inherited from Inherited from |
Class Variables | |
__abstractmethods__ =
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |