lsst.afw g5a732f18d5+66d966b544
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
lsst.afw.display.interface.Display._Buffering Class Reference

Public Member Functions

 __init__ (self, _impl)
 
 __enter__ (self)
 
 __exit__ (self, *args)
 

Protected Attributes

 _impl
 

Detailed Description

Context manager for buffering repeated display commands.

Definition at line 608 of file interface.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 611 of file interface.py.

Member Function Documentation

◆ __enter__()

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

Definition at line 614 of file interface.py.

◆ __exit__()

lsst.afw.display.interface.Display._Buffering.__exit__ ( self,
* args )

Definition at line 617 of file interface.py.

Member Data Documentation

◆ _impl

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

Definition at line 612 of file interface.py.


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