LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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: