class documentation

class _ReadableWritable(Protocol):

View In Hierarchy

Undocumented

Method __enter__ Undocumented
Method __exit__ Undocumented
Method read Undocumented
Method write Undocumented
def __enter__(self):

Undocumented

def __exit__(self, *args, **kwargs):

Undocumented

def read(self):

Undocumented

def write(self, v):

Undocumented