Home | Trees | Indices | Help |
---|
|
object --+ | Composite
Composite class as part of the Composite pattern. - External Usage Documentation: U{https://github.com/tylerlaberge/PyPatterns/wiki/Structural-Pattern-Usage} - External Composite Pattern documentation: U{https://en.wikipedia.org/wiki/Composite_pattern}
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Initialize a new Composite instance.
|
Add a component to this composite.
|
Remove a component from this composite.
|
Apply a function to all child components by function name.
|
Override getattr to delegate all function calls to children.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Sep 10 17:28:55 2016 | http://epydoc.sourceforge.net |