class documentation

class FakeStream: (source)

View In Hierarchy

A fake stream which isatty method returns some predictable.

Method __init__ Undocumented
Method isatty Undocumented
Instance Variable tty returned value of isatty.
def __init__(self, tty=True): (source)

Undocumented

def isatty(self): (source)

Undocumented

tty: bool = (source)

returned value of isatty.