class documentation

class StringTransport:

View In Hierarchy

I am a BytesIO wrapper that conforms for the transport API. I support the `writeSequence' method.

Method __getattr__ Undocumented
Method __init__ Undocumented
Method writeSequence Undocumented
Instance Variable s Undocumented
def __getattr__(self, attr):

Undocumented

def __init__(self):

Undocumented

def writeSequence(self, seq):

Undocumented

s =

Undocumented