class documentation

Undocumented

Method getProtocol Return a new instance of self.protocol connected to a new instance of proto_helpers.StringTransport.
Method test_illegal Assert that illegal strings cause the transport to be closed.
Class Variable illegalStrings Undocumented
Class Variable protocol Undocumented
def getProtocol(self): (source)

Return a new instance of self.protocol connected to a new instance of proto_helpers.StringTransport.

def test_illegal(self): (source)

Assert that illegal strings cause the transport to be closed.

protocol: Optional[Type[protocol.Protocol]] = (source)