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):

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

def test_illegal(self):

Assert that illegal strings cause the transport to be closed.

protocol: type[protocol.Protocol] | None =