Changeset 835:253df5ee72c5
- Timestamp:
- 04/17/17 06:55:15 (8 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/const.py
r834 r835 247 247 if flightType in _flightTypeStrings else None 248 248 249 def flightType2index(flightType): 250 """Get the index of the given flight type according to the list above""" 251 return flightTypes.index(flightType) 252 249 253 #------------------------------------------------------------------------------- 250 254
Note:
See TracChangeset
for help on using the changeset viewer.