DISPATCH
|
Public Member Functions | |
def | __init__ (self) |
def | data (self) |
An abstract class to describe tasks.
Definition at line 22 of file dispatch_data.py.
def dispatch_data.Task.data | ( | self | ) |
An iterable that yields the data associated with the object.
Definition at line 28 of file dispatch_data.py.
Referenced by dispatch_data.Patch.data().