LSSTApplications
18.1.0
LSSTDataManagementBasePackage
stack
Linux64
astshim
18.1.0
python
astshim
keyMap
keyMapContinued.py
Go to the documentation of this file.
1
from
__future__
import
absolute_import, division, print_function
2
3
from
.keyMap
import
KeyMap
4
5
__all__ = []
# import only for side effects
6
7
8
def
keys
(self):
9
for
i
in
range(len(self)):
10
yield
self.key(i)
11
12
13
KeyMap.keys = keys
astshim.keyMap.keyMapContinued.keys
def keys(self)
Definition:
keyMapContinued.py:8
Generated on Thu Aug 8 2019 20:20:12 for LSSTApplications by
1.8.13