class documentation

class InputStream: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __iter__ Undocumented
Method close Undocumented
Method read Undocumented
Method readline Undocumented
Instance Variable _stream Undocumented
def __init__(self, stream: t.IO[bytes]): (source)

Undocumented

def __iter__(self) -> t.Iterator[bytes]: (source)

Undocumented

def close(self): (source)

Undocumented

def read(self, *args: t.Any) -> bytes: (source)

Undocumented

def readline(self, *args: t.Any) -> bytes: (source)

Undocumented

Undocumented