class documentation

class FakeThread: (source)

View In Hierarchy

Method __init__ Create a FakeThread with a target.
Method start Set the "started" flag.
Instance Variable started Has this thread been started?
Instance Variable target A target function to run.
def __init__(self, target): (source)

Create a FakeThread with a target.

def start(self): (source)

Set the "started" flag.

Has this thread been started?

A target function to run.