twisted.conch.test.test_transport.MockCompression class documentationtwisted.conch.test.test_transport
(View In Hierarchy)
A mocked-up compression, based on the zlib interface. Instead of compressing, it reverses the data and adds a 0x66 byte to the end.
| Method | compress | Undocumented | 
| Method | decompress | Undocumented | 
| Method | flush | Undocumented |