Package pyraf :: Module gki :: Class StatusLine
[hide private]
[frames] | no frames]

Class StatusLine

source code

Instance Methods [hide private]
 
__init__(self, status, name) source code
 
readline(self)
Shift focus to graphics, read line from status, restore focus
source code
 
read(self, n=0)
Return up to n bytes from status line
source code
 
write(self, text) source code
 
flush(self) source code
 
close(self) source code
 
isatty(self) source code
Method Details [hide private]

read(self, n=0)

source code 

Return up to n bytes from status line

Reads only a single line. If n<=0, just returns the line.