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 | List of all members
lsst.pex.exceptions.wrappers.ExceptionMeta Class Reference
Inheritance diagram for lsst.pex.exceptions.wrappers.ExceptionMeta:

Public Member Functions

def __getattr__
 

Detailed Description

A metaclass for custom exception wrappers, which adds lookup of class attributes
by delegating to the Swig-generated wrapper.

Definition at line 15 of file wrappers.py.

Member Function Documentation

def lsst.pex.exceptions.wrappers.ExceptionMeta.__getattr__ (   self,
  name 
)

Definition at line 20 of file wrappers.py.

20 
21  def __getattr__(self, name):
22  return getattr(self.WrappedClass, name)
23 
@register

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