lsst.afw
20.0.0-9-g61a2a9a3d+14f89e4eca
python
lsst
afw
geom
ellipses
axes
axesContinued.py
Go to the documentation of this file.
1
__all__ = []
# import this module only for its side effects
2
3
from
lsst.utils
import
continueClass
4
from
.axes
import
Axes
5
6
7
@continueClass
# noqa: F811
8
class
Axes
:
9
def
__repr__
(self):
10
return
f
"Axes(a={self.getA()!r}, b={self.getB()!r}, theta={self.getTheta!r})"
11
12
def
__str__
(self):
13
return
f
"(a={self.getA()}, b={self.getB()}, theta={self.getTheta})"
14
15
def
__reduce__
(self):
16
return
(Axes, (self.getA(), self.getB(), self.getTheta()))
lsst::afw::geom::ellipses.axes.axesContinued.Axes.__repr__
def __repr__(self)
Definition:
axesContinued.py:9
lsst::afw::geom::ellipses.axes.axesContinued.Axes.__reduce__
def __reduce__(self)
Definition:
axesContinued.py:15
lsst::utils
lsst::afw::geom::ellipses.axes.axesContinued.Axes
Definition:
axesContinued.py:8
lsst::afw::geom::ellipses.axes.axesContinued.Axes.__str__
def __str__(self)
Definition:
axesContinued.py:12
Generated on Fri Sep 25 2020 02:14:05 for lsst.afw by
1.8.18