Bases: object
Gives the abilitiy to connect to a list of taks to the mixed in object.
Parameters: | tasks (list) – The list of Tasks. Should be a list of Task instances. Default value is an empty list. |
---|
Methods
__init__(**kwargs[, tasks]) |
Attributes
tasks | The list of Task instances. |