lsst.astshim
g50ff169b8f+2eb0e556e8
Loading...
Searching...
No Matches
python
astshim
keyMap
keyMapContinued.py
Go to the documentation of this file.
1
__all__ = [
"KeyMap"
]
2
3
from
.._astshimLib
import
KeyMap
4
5
6
def
keys
(self):
7
for
i
in
range(len(self)):
8
yield
self.key(i)
9
10
11
KeyMap.keys = keys
astshim.keyMap.keyMapContinued.keys
keys
Definition
keyMapContinued.py:11
Generated on Wed Mar 20 2024 03:51:44 for lsst.astshim by
1.10.0