DISPATCH
dispatch_data.Task Class Reference
Inheritance diagram for dispatch_data.Task:
Collaboration diagram for dispatch_data.Task:

Public Member Functions

def __init__ (self)
 
def data (self)
 

Detailed Description

An abstract class to describe tasks.

Definition at line 22 of file dispatch_data.py.

Member Function Documentation

◆ data()

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().


The documentation for this class was generated from the following file: