casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Functions
task_find Namespace Reference

Functions

def find

Function Documentation

def task_find.find (   matchstring = None)
Find string in tasks, task names, parameter names:

 Lists the following:
         1) All of the task names that have the string
         2) All of the tasks whose  contents (e.g., documentation,
         parameters, etc) have the string
         3) All of the parameter names that have the string

Keyword arguments:
matchstring -- String to match in the documentation
        default: ''; example: matchstring='vis'

Definition at line 5 of file task_find.py.