LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Private Attributes | List of all members
lsst.afw.display.interface.Display._Buffering Class Reference
Inheritance diagram for lsst.afw.display.interface.Display._Buffering:

Public Member Functions

def __init__
 
def __enter__
 
def __exit__
 

Private Attributes

 _impl
 

Detailed Description

A class intended to be used with python's with statement

Definition at line 390 of file interface.py.

Constructor & Destructor Documentation

def lsst.afw.display.interface.Display._Buffering.__init__ (   self,
  _impl 
)

Member Function Documentation

def lsst.afw.display.interface.Display._Buffering.__enter__ (   self)

Definition at line 394 of file interface.py.

395  def __enter__(self):
self._impl._buffer(True)
def lsst.afw.display.interface.Display._Buffering.__exit__ (   self,
  args 
)

Definition at line 396 of file interface.py.

397  def __exit__(self, *args):
398  self._impl._buffer(False)
399  self._impl._flush()
def Buffering(self):

Member Data Documentation

lsst.afw.display.interface.Display._Buffering._impl
private

Definition at line 393 of file interface.py.


The documentation for this class was generated from the following file: