PyLogo


CaptureWriter


Attributes

a logo_class

True

Methods

f pr(self, *args) ...

f logo_type(self, *args) ...

f show(self, *args) ...

f writer(self) ...

f setwritepos(self, charpos) ...

SETWRITEPOS charpos

command. Sets the file pointer of the write stream file so that the next PRINT, etc., will begin writing at the charpos character in the file, counting from 0. (That is, SETWRITEPOS 0 will start writing from the beginning of the file.) Meaningless if the write stream is the terminal.

f writepos(self) ...

WRITEPOS

outputs the file position of the current write stream file.

f __init__(self) ...

f writervalue(self) ...

See the source for more information.