class documentation

class FakeThreadPool(object): (source)

View In Hierarchy

A fake :py:class:`twisted.python.threadpool.ThreadPool`

Method init Undocumented
Method start See :py:meth:`twisted.python.threadpool.ThreadPool.start`
Method stop See :py:meth:`twisted.python.threadpool.ThreadPool.stop`
Instance Variable _state Undocumented
def init(self): (source)

Undocumented

def start(self): (source)

See :py:meth:`twisted.python.threadpool.ThreadPool.start`

def stop(self): (source)

See :py:meth:`twisted.python.threadpool.ThreadPool.stop`

_state = (source)

Undocumented