class documentation

class ReceivableBytesIO(BytesIO):

View In Hierarchy

BytesIO with socket-like recv semantics for testing.

Method __init__ Undocumented
Method recv Undocumented
Instance Variable allow_read_past_eof Undocumented
def __init__(self):

Undocumented

def recv(self, size):

Undocumented

allow_read_past_eof: bool =

Undocumented