Public Member Functions | |
def | __init__ |
def | __call__ |
Private Attributes | |
__bases__ | |
__doc__ | |
Static Private Attributes | |
string | __name__ |
Definition at line 18 of file find_pg.py.
def find_pg.find_pg_.__init__ | ( | self | ) |
Definition at line 21 of file find_pg.py.
def find_pg.find_pg_.__call__ | ( | self, | |
matchstring = None , |
|||
async = None |
|||
) |
Find string in tasks, task names, parameter names: 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 26 of file find_pg.py.
References vla_uvfits_line_sf.verify.
find_pg.find_pg_.__bases__ [private] |
Definition at line 22 of file find_pg.py.
find_pg.find_pg_.__doc__ [private] |
Definition at line 23 of file find_pg.py.
string find_pg.find_pg_.__name__ [static, private] |
Definition at line 19 of file find_pg.py.