Public Member Functions | |
def | __init__ |
def | set |
def | pushSize |
def | popSize |
def | flush |
Control buffering the sending of commands to ds9; annoying but necessary for anything resembling performance The usual usage pattern (from a module importing this file, ds9.py) is: with ds9.Buffering(): # bunches of ds9.{dot,line} commands ds9.flush() # bunches more ds9.{dot,line} commands
def lsst.display.ds9.ds9.Buffer.__init__ | ( | self, | |
size = 0 |
|||
) |
def lsst.display.ds9.ds9.Buffer.flush | ( | self, | |
silent = True |
|||
) |
def lsst.display.ds9.ds9.Buffer.popSize | ( | self | ) |
def lsst.display.ds9.ds9.Buffer.pushSize | ( | self, | |
size = -1 |
|||
) |
def lsst.display.ds9.ds9.Buffer.set | ( | self, | |
size, | |||
silent = True |
|||
) |