LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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: