Home | History | Annotate | Download | only in virt

Lines Matching full:print_func

945                                   print_func=None):
960 @param print_func: A function to be used to print the data being read
984 if print_func:
986 print_func(line)
1002 internal_timeout=None, print_func=None):
1011 @param print_func: A function to be used to print the data being read
1027 print_func)
1031 internal_timeout=None, print_func=None):
1045 @param print_func: A function to be used to print the data being read
1062 print_func)
1171 print_func=None):
1183 @param print_func: A function to be used to print the data being
1193 internal_timeout, print_func)
1198 print_func=None):
1206 @param print_func: A function to be used to print the data being read
1227 o = self.read_up_to_prompt(timeout, internal_timeout, print_func)
1242 print_func=None):
1250 @param print_func: A function to be used to print the data being read
1261 o = self.cmd_output(cmd, timeout, internal_timeout, print_func)
1277 print_func=None):
1285 @param print_func: A function to be used to print the data being read
1296 print_func)
1300 def cmd(self, cmd, timeout=60, internal_timeout=None, print_func=None):
1309 @param print_func: A function to be used to print the data being read
1323 print_func)
1330 print_func=None):
1334 return self.cmd_output(cmd, timeout, internal_timeout, print_func)
1338 print_func=None):
1343 print_func)
1347 print_func=None):
1351 return self.cmd_status(cmd, timeout, internal_timeout, print_func)