class documentation

class TestProducer:

Constructor: TestProducer(toProduce, consumer)

View In Hierarchy

A dumb producer.

Method __init__ No summary
Method start Send the data to consume.
Instance Variable consumer Undocumented
Instance Variable toProduce Undocumented
def __init__(self, toProduce, consumer):
Parameters
toProduce:strdata to write
consumer:IConsumerthe consumer of data.
def start(self):

Send the data to consume.

consumer =

Undocumented

toProduce =

Undocumented