|
lsst.pex.exceptions
18.1.0-1-g5315e5e+1
|
Public Member Functions | |
| def | __init__ (self, arg, args, kwds) |
| def | __getattr__ (self, name) |
| def | __repr__ (self) |
| def | __str__ (self) |
Public Attributes | |
| cpp | |
Static Public Attributes | |
| WrappedClass = exceptions.Exception | |
The base class for Python-wrapped LSST C++ exceptions.
Definition at line 54 of file wrappers.py.
| def lsst.pex.exceptions.wrappers.Exception.__init__ | ( | self, | |
| arg, | |||
| args, | |||
| kwds | |||
| ) |
Definition at line 64 of file wrappers.py.
| def lsst.pex.exceptions.wrappers.Exception.__getattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 74 of file wrappers.py.
| def lsst.pex.exceptions.wrappers.Exception.__repr__ | ( | self | ) |
Definition at line 77 of file wrappers.py.
| def lsst.pex.exceptions.wrappers.Exception.__str__ | ( | self | ) |
Definition at line 80 of file wrappers.py.
| lsst.pex.exceptions.wrappers.Exception.cpp |
Definition at line 72 of file wrappers.py.
|
static |
Definition at line 62 of file wrappers.py.
1.8.13