LSSTApplications
18.1.0
LSSTDataManagementBasePackage
stack
Linux64
meas_extensions_astrometryNet
18.1.0
python
lsst
meas
extensions
astrometryNet
astrometry_net
astrometry_netContinued.py
Go to the documentation of this file.
1
from
__future__
import
absolute_import, division, print_function
2
3
from
lsst.utils
import
continueClass
4
5
from
.
import
MultiIndex
6
7
8
@continueClass
# noqa
9
class
MultiIndex
:
10
def
__iter__
(self):
11
"""Get an iterator over the indices in a MultiIndex
12
13
Do not modify the number or location of the indices while using the iterator.
14
"""
15
for
i
in
range(len(self)):
16
yield
self[i]
lsst::utils
Definition:
Backtrace.h:29
lsst::meas::extensions::astrometryNet.astrometry_net.astrometry_netContinued.MultiIndex.__iter__
def __iter__(self)
Definition:
astrometry_netContinued.py:10
lsst::meas::extensions::astrometryNet.astrometry_net.astrometry_netContinued.MultiIndex
Definition:
astrometry_netContinued.py:9
Generated on Thu Aug 8 2019 20:20:22 for LSSTApplications by
1.8.13