Lines Matching refs:def
19 def __init__(self, client_host):
41 def login(self):
53 def set_output(self, html):
64 def append_output(self, html):
75 def append_buttons(self, *args):
89 def wait_for_button(self, timeout):
102 def check_for_button(self):
114 def append_list(self, name):
125 def append_list_item(self, list_name, item_name, html):
138 def replace_list_item(self, item_name, html):
150 def close(self):