Lines Matching refs:def
13 def __init__(self, cmd, *args, **kwargs):
21 def __str__(self):
32 def AddOption(self, option):
41 def __init__(self, command, cwd=None, env=None, umask=None):
65 def counter(self):
70 def __str__(self):
77 def __init__(self, *commands):
80 def __contains__(self, command):
83 def __iter__(self):
86 def __len__(self):
89 def __getitem__(self, index):
92 def __setitem__(self, index, command):
95 def __delitem__(self, index):
98 def insert(self, index, command):
102 def __str__(self):
106 def stored_types(self):
109 def _ValidateCommandType(self, command):
115 def _StringifyCommands(self):
131 def stored_types(self):
134 def __str__(self):
141 def __init__(self, *commands, **kwargs):
150 def stored_types(self):
153 def __str__(self):
172 def Copy(*args, **kwargs):
188 def RemoteCopyFrom(from_machine, from_path, to_path, username=None):
202 def MakeSymlink(to_path, link_name):
206 def MakeDir(*dirs, **kwargs):
219 def RmTree(*dirs):
223 def UnTar(tar_file, dest_dir):
228 def Tar(tar_file, *args):