class documentation

class FakeStdio: (source)

View In Hierarchy

A stdio.StandardIO like object that simply captures its constructor arguments.

Method __init__ No summary
Instance Variable protocolInstance Undocumented
Instance Variable reactor Undocumented
def __init__(self, protocolInstance, reactor=None): (source)
Parameters
protocolInstancelike the first argument of stdio.StandardIO
reactorlike the reactor keyword argument of stdio.StandardIO
protocolInstance = (source)

Undocumented

Undocumented