Public Member Functions | |
def | __init__ (self, opt) |
def | complete_predefined (self, text, line, start_idx, end_idx) |
def | complete_searchInWorkflow (self, text, line, start_idx, end_idx) |
def | complete_showWorkflow (self, text, line, start_idx, end_idx) |
def | default (self, inp) |
def | do_clear (self, arg) |
def | do_dumpWorkflowId (self, arg) |
def | do_exit (self, arg) |
def | do_predefined (self, arg) |
def | do_search (self, arg) |
def | do_searchInWorkflow (self, arg) |
def | do_showWorkflow (self, arg) |
def | help_dumpWorkflowId (self) |
def | help_predefined (self) |
def | help_search (self) |
def | help_searchInWorkflow (self) |
def | help_showWorkflow (self) |
Public Attributes | |
matrices_ | |
opt_ | |
Static Public Attributes | |
do_EOF | |
intro | |
prompt | |
Definition at line 467 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.__init__ | ( | self, | |
opt | |||
) |
Definition at line 471 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.complete_predefined | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 507 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.complete_searchInWorkflow | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 559 of file runTheMatrix.py.
References relativeConstraints.keys, and runTheMatrix.TheMatrix.matrices_.
def runTheMatrix.TheMatrix.complete_showWorkflow | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 531 of file runTheMatrix.py.
References relativeConstraints.keys, and runTheMatrix.TheMatrix.matrices_.
def runTheMatrix.TheMatrix.default | ( | self, | |
inp | |||
) |
Definition at line 492 of file runTheMatrix.py.
References runTheMatrix.TheMatrix.do_exit(), and print().
def runTheMatrix.TheMatrix.do_clear | ( | self, | |
arg | |||
) |
Clear the screen, put prompt at the top
Definition at line 484 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.do_dumpWorkflowId | ( | self, | |
arg | |||
) |
Definition at line 606 of file runTheMatrix.py.
References nano_mu_digi_cff.float, mps_monitormerge.items, runTheMatrix.TheMatrix.matrices_, print(), and str.
def runTheMatrix.TheMatrix.do_exit | ( | self, | |
arg | |||
) |
Definition at line 488 of file runTheMatrix.py.
References print().
Referenced by runTheMatrix.TheMatrix.default().
def runTheMatrix.TheMatrix.do_predefined | ( | self, | |
arg | |||
) |
Print the list of predefined workflows
Definition at line 513 of file runTheMatrix.py.
References join(), print(), and str.
def runTheMatrix.TheMatrix.do_search | ( | self, | |
arg | |||
) |
Definition at line 594 of file runTheMatrix.py.
References runTheMatrix.TheMatrix.do_searchInWorkflow(), join(), relativeConstraints.keys, runTheMatrix.TheMatrix.matrices_, and print().
def runTheMatrix.TheMatrix.do_searchInWorkflow | ( | self, | |
arg | |||
) |
Definition at line 565 of file runTheMatrix.py.
References relativeConstraints.keys, runTheMatrix.TheMatrix.matrices_, print(), and str.
Referenced by runTheMatrix.TheMatrix.do_search().
def runTheMatrix.TheMatrix.do_showWorkflow | ( | self, | |
arg | |||
) |
Definition at line 537 of file runTheMatrix.py.
References relativeConstraints.keys, runTheMatrix.TheMatrix.matrices_, print(), and str.
def runTheMatrix.TheMatrix.help_dumpWorkflowId | ( | self | ) |
Definition at line 602 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_predefined | ( | self | ) |
Definition at line 502 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_search | ( | self | ) |
Definition at line 589 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_searchInWorkflow | ( | self | ) |
Definition at line 554 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_showWorkflow | ( | self | ) |
Definition at line 526 of file runTheMatrix.py.
References join(), and print().
|
static |
Definition at line 629 of file runTheMatrix.py.
|
static |
Definition at line 468 of file runTheMatrix.py.
runTheMatrix.TheMatrix.matrices_ |
Definition at line 474 of file runTheMatrix.py.
Referenced by runTheMatrix.TheMatrix.complete_searchInWorkflow(), runTheMatrix.TheMatrix.complete_showWorkflow(), runTheMatrix.TheMatrix.do_dumpWorkflowId(), runTheMatrix.TheMatrix.do_search(), runTheMatrix.TheMatrix.do_searchInWorkflow(), and runTheMatrix.TheMatrix.do_showWorkflow().
runTheMatrix.TheMatrix.opt_ |
Definition at line 473 of file runTheMatrix.py.
|
static |
Definition at line 469 of file runTheMatrix.py.