Lines Matching defs:self
18 def __init__(self, **options): argument
42 def log(self, msg): argument
47 def _run(self, command, timeout=None, logfile=None): argument
88 def run(self, command, timeout=None, logfile=None): argument
101 def __init__(self, ip, logfile=None, timeout=300, user='root', port=None): argument
118 def log(self, msg): argument
123 def _internal_run(self, command, timeout=None, ignore_status = True): argument
136 def run(self, command, timeout=None): argument
152 def copy_to(self, localpath, remotepath): argument
158 def copy_from(self, remotepath, localpath): argument
162 def copy_dir_to(self, localpath, remotepath): argument
183 def delete_files(self, remotepath, files): argument
198 def delete_dir(self, remotepath): argument
207 def delete_dir_structure(self, localpath, remotepath): argument