Home | History | Annotate | Download | only in CodeWarrior

Lines Matching refs:_attributes

22     def add(self, _object, _attributes={}, **_arguments):
29 Keyword argument _attributes: AppleEvent attribute dictionary
38 _reply, _arguments, _attributes = self.send(_code, _subcode,
39 _arguments, _attributes)
46 def build(self, _no_object=None, _attributes={}, **_arguments):
48 Keyword argument _attributes: AppleEvent attribute dictionary
57 _reply, _arguments, _attributes = self.send(_code, _subcode,
58 _arguments, _attributes)
65 def check(self, _object=None, _attributes={}, **_arguments):
68 Keyword argument _attributes: AppleEvent attribute dictionary
77 _reply, _arguments, _attributes = self.send(_code, _subcode,
78 _arguments, _attributes)
85 def compile_file(self, _object=None, _attributes={}, **_arguments):
88 Keyword argument _attributes: AppleEvent attribute dictionary
97 _reply, _arguments, _attributes = self.send(_code, _subcode,
98 _arguments, _attributes)
105 def disassemble_file(self, _object=None, _attributes={}, **_arguments):
108 Keyword argument _attributes: AppleEvent attribute dictionary
117 _reply, _arguments, _attributes = self.send(_code, _subcode,
118 _arguments, _attributes)
129 def export(self, _no_object=None, _attributes={}, **_arguments):
132 Keyword argument _attributes: AppleEvent attribute dictionary
141 _reply, _arguments, _attributes = self.send(_code, _subcode,
142 _arguments, _attributes)
149 def remove_object_code(self, _no_object=None, _attributes={}, **_arguments):
151 Keyword argument _attributes: AppleEvent attribute dictionary
160 _reply, _arguments, _attributes = self.send(_code, _subcode,
161 _arguments, _attributes)
168 def remove_target_files(self, _object, _attributes={}, **_arguments):
171 Keyword argument _attributes: AppleEvent attribute dictionary
180 _reply, _arguments, _attributes = self.send(_code, _subcode,
181 _arguments, _attributes)
188 def run_target(self, _no_object=None, _attributes={}, **_arguments):
190 Keyword argument _attributes: AppleEvent attribute dictionary
199 _reply, _arguments, _attributes = self.send(_code, _subcode,
200 _arguments, _attributes)
207 def touch_file(self, _object=None, _attributes={}, **_arguments):
210 Keyword argument _attributes: AppleEvent attribute dictionary
219 _reply, _arguments, _attributes = self.send(_code, _subcode,
220 _arguments, _attributes)
227 def update(self, _no_object=None, _attributes={}, **_arguments):
229 Keyword argument _attributes: AppleEvent attribute dictionary
238 _reply, _arguments, _attributes = self.send(_code, _subcode,
239 _arguments, _attributes)