Ignore:
Timestamp:
07/30/12 14:44:10 (13 years ago)
Author:
jschierm
Message:

Fixed docstrings so that ipython could use them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/IdFromString.py

    r12652 r12828  
    11#! /usr/bin/env python
    2 """
    3 IDFROMSTRING - output ids from a given string
    4  
    5     Usage:
    6        ids=IdFromString(string)
    7  
    8     Examples:
    9        ids=IdFromString('Parallel')
    10        ids=IdFromString('79North')
    11 """
    12 
    132from IdToName import IdToName
    143
    154def 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        """
    1615
    1716        #Check input
Note: See TracChangeset for help on using the changeset viewer.