lsst.pipe.base
21.0.0-17-g8839fe5+5339ca1296
|
Public Member Functions | |
def | __enter__ (self) |
def | __exit__ (self, type, value, traceback) |
This is a helper class to assist with selecting the appropriate loader and managing any contexts that may be needed. Note ---- This class may go away or be modified in the future if some of the features of this module can be propagated to `~lsst.daf.butler.ButlerURI`. This helper will raise a `ValueError` if the specified file does not appear to be a valid `QuantumGraph` save file.
Definition at line 340 of file _loadHelpers.py.
def lsst.pipe.base.graph._loadHelpers.LoadHelper.__enter__ | ( | self | ) |
Definition at line 355 of file _loadHelpers.py.
def lsst.pipe.base.graph._loadHelpers.LoadHelper.__exit__ | ( | self, | |
type, | |||
value, | |||
traceback | |||
) |
Definition at line 366 of file _loadHelpers.py.