lsst.pipe.base  21.0.0-6-gd3283ba+e447110da9
Public Member Functions | List of all members
lsst.pipe.base.graph._loadHelpers.LoadHelper Class Reference

Public Member Functions

def __enter__ (self)
 
def __exit__ (self, type, value, traceback)
 

Detailed Description

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.

Member Function Documentation

◆ __enter__()

def lsst.pipe.base.graph._loadHelpers.LoadHelper.__enter__ (   self)

Definition at line 355 of file _loadHelpers.py.

◆ __exit__()

def lsst.pipe.base.graph._loadHelpers.LoadHelper.__exit__ (   self,
  type,
  value,
  traceback 
)

Definition at line 366 of file _loadHelpers.py.


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