Lines Matching defs:timeout
83 def __init__(self, address, port, log_func=None, timeout=20): argument
125 def _send(self, str, timeout=60): argument
138 def _receive(self, size, timeout=60): argument
177 def _send_packet(self, str, timeout=60): argument
184 def _receive_packet(self, timeout=60): argument
192 def _send_file_chunks(self, filename, timeout=60): argument
211 def _receive_file_chunks(self, filename, timeout=60): argument
230 def _send_msg(self, msg, timeout=60): argument
234 def _receive_msg(self, timeout=60): argument
259 def __init__(self, address, port, log_func=None, timeout=20): argument
291 def upload(self, src_pattern, dst_path, timeout=600): argument
358 def __init__(self, address, port, log_func=None, timeout=20): argument
377 def download(self, src_pattern, dst_path, timeout=600): argument
457 def upload(address, port, src_pattern, dst_path, log_func=None, timeout=60, argument
469 def download(address, port, src_pattern, dst_path, log_func=None, timeout=60, argument