Home | History | Annotate | Download | only in SystemEvents

Lines Matching refs:_attributes

20     def close(self, _object, _attributes={}, **_arguments):
25 Keyword argument _attributes: AppleEvent attribute dictionary
35 _reply, _arguments, _attributes = self.send(_code, _subcode,
36 _arguments, _attributes)
47 def count(self, _object, _attributes={}, **_arguments):
51 Keyword argument _attributes: AppleEvent attribute dictionary
61 _reply, _arguments, _attributes = self.send(_code, _subcode,
62 _arguments, _attributes)
69 def delete(self, _object, _attributes={}, **_arguments):
72 Keyword argument _attributes: AppleEvent attribute dictionary
81 _reply, _arguments, _attributes = self.send(_code, _subcode,
82 _arguments, _attributes)
94 def duplicate(self, _object, _attributes={}, **_arguments):
99 Keyword argument _attributes: AppleEvent attribute dictionary
108 _reply, _arguments, _attributes = self.send(_code, _subcode,
109 _arguments, _attributes)
116 def exists(self, _object, _attributes={}, **_arguments):
119 Keyword argument _attributes: AppleEvent attribute dictionary
129 _reply, _arguments, _attributes = self.send(_code, _subcode,
130 _arguments, _attributes)
137 def get(self, _object, _attributes={}, **_arguments):
140 Keyword argument _attributes: AppleEvent attribute dictionary
150 _reply, _arguments, _attributes = self.send(_code, _subcode,
151 _arguments, _attributes)
165 def make(self, _no_object=None, _attributes={}, **_arguments):
171 Keyword argument _attributes: AppleEvent attribute dictionary
181 _reply, _arguments, _attributes = self.send(_code, _subcode,
182 _arguments, _attributes)
193 def move(self, _object, _attributes={}, **_arguments):
197 Keyword argument _attributes: AppleEvent attribute dictionary
206 _reply, _arguments, _attributes = self.send(_code, _subcode,
207 _arguments, _attributes)
214 def open(self, _object=None, _attributes={}, **_arguments):
217 Keyword argument _attributes: AppleEvent attribute dictionary
226 _reply, _arguments, _attributes = self.send(_code, _subcode,
227 _arguments, _attributes)
234 def print_(self, _object=None, _attributes={}, **_arguments):
237 Keyword argument _attributes: AppleEvent attribute dictionary
246 _reply, _arguments, _attributes = self.send(_code, _subcode,
247 _arguments, _attributes)
258 def quit(self, _object, _attributes={}, **_arguments):
262 Keyword argument _attributes: AppleEvent attribute dictionary
272 _reply, _arguments, _attributes = self.send(_code, _subcode,
273 _arguments, _attributes)
285 def save(self, _object, _attributes={}, **_arguments):
290 Keyword argument _attributes: AppleEvent attribute dictionary
299 _reply, _arguments, _attributes = self.send(_code, _subcode,
300 _arguments, _attributes)
311 def set(self, _object, _attributes={}, **_arguments):
315 Keyword argument _attributes: AppleEvent attribute dictionary
324 _reply, _arguments, _attributes = self.send(_code, _subcode,
325 _arguments, _attributes)