|
list of string
|
|
|
AEOutput
|
|
|
3-tuple of lists of string, AEPor, AEOutput.Style
|
|
|
object
|
send(self,
name,
value,
style=None)
Dispatches known commands to their appropriate handlers. |
source code
|
|
|
|
sendCaret(self,
pos,
style)
Sends the current caret position relative to the first cell
(zero-offset) on the device. |
source code
|
|
|
|
sendTruncate(self,
left,
right,
style)
Sends indicators of whether text was truncated on either side of
the current line or not. |
source code
|
|
|
tuple
|
|
|
integer
|
|
|
|
|
|
|
sendFilename(self,
fn,
style)
Sends a string filename to the device, the contents of which
should be output. |
source code
|
|
|
|
sendStop(self,
style=None)
Purges buffered text and styles, and interrupts on-going
output. |
source code
|
|
|
|
|