Home | History | Annotate | Download | only in Finder

Lines Matching refs:_attributes

16     def close(self, _object, _attributes={}, **_arguments):
19 Keyword argument _attributes: AppleEvent attribute dictionary
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
40 def count(self, _object, _attributes={}, **_arguments):
44 Keyword argument _attributes: AppleEvent attribute dictionary
54 _reply, _arguments, _attributes = self.send(_code, _subcode,
55 _arguments, _attributes)
66 def data_size(self, _object, _attributes={}, **_arguments):
70 Keyword argument _attributes: AppleEvent attribute dictionary
80 _reply, _arguments, _attributes = self.send(_code, _subcode,
81 _arguments, _attributes)
88 def delete(self, _object, _attributes={}, **_arguments):
91 Keyword argument _attributes: AppleEvent attribute dictionary
101 _reply, _arguments, _attributes = self.send(_code, _subcode,
102 _arguments, _attributes)
115 def duplicate(self, _object, _attributes={}, **_arguments):
121 Keyword argument _attributes: AppleEvent attribute dictionary
133 _reply, _arguments, _attributes = self.send(_code, _subcode,
134 _arguments, _attributes)
141 def exists(self, _object, _attributes={}, **_arguments):
144 Keyword argument _attributes: AppleEvent attribute dictionary
154 _reply, _arguments, _attributes = self.send(_code, _subcode,
155 _arguments, _attributes)
169 def make(self, _no_object=None, _attributes={}, **_arguments):
175 Keyword argument _attributes: AppleEvent attribute dictionary
185 _reply, _arguments, _attributes = self.send(_code, _subcode,
186 _arguments, _attributes)
200 def move(self, _object, _attributes={}, **_arguments):
207 Keyword argument _attributes: AppleEvent attribute dictionary
220 _reply, _arguments, _attributes = self.send(_code, _subcode,
221 _arguments, _attributes)
233 def open(self, _object, _attributes={}, **_arguments):
238 Keyword argument _attributes: AppleEvent attribute dictionary
247 _reply, _arguments, _attributes = self.send(_code, _subcode,
248 _arguments, _attributes)
259 def print_(self, _object, _attributes={}, **_arguments):
263 Keyword argument _attributes: AppleEvent attribute dictionary
272 _reply, _arguments, _attributes = self.send(_code, _subcode,
273 _arguments, _attributes)
280 def quit(self, _no_object=None, _attributes={}, **_arguments):
282 Keyword argument _attributes: AppleEvent attribute dictionary
291 _reply, _arguments, _attributes = self.send(_code, _subcode,
292 _arguments, _attributes)
299 def select(self, _object, _attributes={}, **_arguments):
302 Keyword argument _attributes: AppleEvent attribute dictionary
311 _reply, _arguments, _attributes = self.send(_code, _subcode,
312 _arguments, _attributes)