lsst.display.ds9 gc28159a63d+85cf0a37e7
|
Public Member Functions | |
__init__ (self, size=0) | |
set (self, size, silent=True) | |
pushSize (self, size=-1) | |
popSize (self) | |
flush (self, silent=True) | |
Protected Member Functions | |
_getSize (self) | |
Protected Attributes | |
_commands | |
_lenCommands | |
_bufsize | |
Buffer to control sending commands to DS9. Notes ----- The usual usage pattern is: >>> with ds9.Buffering(): ... # bunches of ds9.{dot,line} commands ... ds9.flush() ... # bunches more ds9.{dot,line} commands
|
protected |
lsst.display.ds9.ds9.Buffer.flush | ( | self, | |
silent = True ) |
lsst.display.ds9.ds9.Buffer.popSize | ( | self | ) |
lsst.display.ds9.ds9.Buffer.pushSize | ( | self, | |
size = -1 ) |
lsst.display.ds9.ds9.Buffer.set | ( | self, | |
size, | |||
silent = True ) |