Changeset 12828 for issm/trunk-jpl/test/NightlyRun/IdFromString.py
- Timestamp:
- 07/30/12 14:44:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/IdFromString.py
r12652 r12828 1 1 #! /usr/bin/env python 2 """3 IDFROMSTRING - output ids from a given string4 5 Usage:6 ids=IdFromString(string)7 8 Examples:9 ids=IdFromString('Parallel')10 ids=IdFromString('79North')11 """12 13 2 from IdToName import IdToName 14 3 15 4 def IdFromString(string): 5 """ 6 IDFROMSTRING - output ids from a given string 7 8 Usage: 9 ids=IdFromString(string) 10 11 Examples: 12 ids=IdFromString('Parallel') 13 ids=IdFromString('79North') 14 """ 16 15 17 16 #Check input
Note:
See TracChangeset
for help on using the changeset viewer.