class documentation

class FakeStream:

Constructor: FakeStream(tty)

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):

Undocumented

def isatty(self):

Undocumented

tty: bool =

returned value of isatty.