[Twisted-Python] Screen clearing in the Manhole

Peter Westlake peter.westlake at pobox.com
Wed Aug 26 05:00:50 MDT 2015


On Tue, 25 Aug 2015, at 22:26, Brian Costlow wrote:

> As to where it happens, look at
> twisted.conch.recvline.RecvLine.connectionMade() and
> twisted.conch.insults.insults.TerminalProtocol.makeConnection()

My subclass of Manhole first calls Manhole.connectionMade, which calls
HistoricRecvLine.connectionMade, which calls RecvLine.connectionMade,
which resets the screen exactly as you say. Then, after the screen has
been reset, I print the message. But then the screen is cleared a
second time!

Peter.




More information about the Twisted-Python mailing list