[Pythonmac-SIG] clearing the output window in code?

tom smith tom@othermedia.com
Fri, 13 Oct 2000 17:32:41 +0100


hi

because at the moment I'm dealing with big blocks of text, I'd like to be
able to clear the output window before splurging my stuff at it...

I tried,

import PyConsole
    PyConsole.PyConsole.clearbuffer()

..but it needs a given instance of PyConsole...anyone know which class I
could request this from,

thanks

tom