lsst.pex.exceptions
13.0-3-g13ef843+2
|
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 30 of file wrappers.py.
def lsst.pex.exceptions.wrappers.Exception.__init__ | ( | self, | |
arg, | |||
args, | |||
kwds | |||
) |
Definition at line 40 of file wrappers.py.
def lsst.pex.exceptions.wrappers.Exception.__getattr__ | ( | self, | |
name | |||
) |
Definition at line 50 of file wrappers.py.
def lsst.pex.exceptions.wrappers.Exception.__repr__ | ( | self | ) |
Definition at line 53 of file wrappers.py.
def lsst.pex.exceptions.wrappers.Exception.__str__ | ( | self | ) |
Definition at line 56 of file wrappers.py.
lsst.pex.exceptions.wrappers.Exception.cpp |
Definition at line 48 of file wrappers.py.
|
static |
Definition at line 38 of file wrappers.py.