A fake threading.Thread.

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

Create a FakeThread with a target.

def start(self):

Set the "started" flag.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.