LSSTApplications
20.0.0
LSSTDataManagementBasePackage
stack
1a1d771
Linux64
astshim
20.0.0
python
astshim
keyMap
keyMapContinued.py
Go to the documentation of this file.
1
__all__ = [
"KeyMap"
]
2
3
from
.keyMap
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
def keys(self)
Definition:
keyMapContinued.py:6
Generated on Wed Jun 24 2020 18:10:06 for LSSTApplications by
1.8.18