Example #1
0
 def press_btnHelp(self, name=''):
     pipefunc.help(TITLE)
Example #2
0
def get_help():
    pipefunc.help()
Example #3
0
 def press_btnReport(self):
     pipefunc.help('report')
Example #4
0
def get_report():
    pipefunc.help('report')
Example #5
0
 def press_btnHelp(self):
     pipefunc.help(TITLE)