lsst.pex.exceptions
13.0-1-g52a7baa+8
|
Public Member Functions | |
def | __init__ |
def | __getattr__ |
def | __repr__ |
def | __str__ |
![]() | |
def | __getattr__ |
Public Attributes | |
cpp | |
Static Public Attributes | |
WrappedClass = exceptions.Exception | |
The base class for Python-wrapped LSST C++ exceptions.
Definition at line 31 of file wrappers.py.
def lsst.pex.exceptions.wrappers.Exception.__init__ | ( | self, | |
arg, | |||
args, | |||
kwds | |||
) |
Definition at line 41 of file wrappers.py.
def lsst.pex.exceptions.wrappers.Exception.__getattr__ | ( | self, | |
name | |||
) |
Definition at line 51 of file wrappers.py.
def lsst.pex.exceptions.wrappers.Exception.__repr__ | ( | self | ) |
Definition at line 54 of file wrappers.py.
def lsst.pex.exceptions.wrappers.Exception.__str__ | ( | self | ) |
Definition at line 57 of file wrappers.py.
lsst.pex.exceptions.wrappers.Exception.cpp |
Definition at line 49 of file wrappers.py.
|
static |
Definition at line 39 of file wrappers.py.