Home | Trees | Index | Help |
---|
Package atmopy :: Package talos :: Module miscellaneous :: Class PrintInPlace |
|
Method Summary | |
---|---|
| |
Prints a string on screen. | |
Reinits the instance: no character is removed next time something is printed on screen, and the characters that were supposed to be overwritten are cleared. | |
Prints a string on screen. | |
Reinits the instance: no character is removed next time something is printed on screen. |
Method Details |
---|
__init__(self,
length=0)
|
__call__(self,
elt)
Prints a string on screen.
|
Clear(self, elt='')Reinits the instance: no character is removed next time something is printed on screen, and the characters that were supposed to be overwritten are cleared. A last string may be printed.
|
Print(self, elt)Prints a string on screen.
|
Reinit(self)Reinits the instance: no character is removed next time something is printed on screen. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue May 19 10:37:13 2009 | http://epydoc.sf.net |