A base-class for Composite and Leaf
Component Constructor
Component Constructor
Methods
| __init__() | Component Constructor |
| check_rep() | abstract: Representation-check called by composite |
| Component.clean_up | |
| log_error(error[, message]) | Logs the error in bold red |
Attributes
| logger |
|
abstract: Representation-check called by composite
| Raise: | ConfigurationError if representation invalid |
|---|
abstractmethod: called for Keyboard Interrupts to allow file-closing
Logs the error in bold red
| Param: |
|
|---|
| Returns: | A logging object. |
|---|