Home | History | Annotate | Download | only in Finder

Lines Matching refs:_attributes

15     def add_to_favorites(self, _object, _attributes={}, **_arguments):
18 Keyword argument _attributes: AppleEvent attribute dictionary
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
39 def clean_up(self, _object, _attributes={}, **_arguments):
43 Keyword argument _attributes: AppleEvent attribute dictionary
52 _reply, _arguments, _attributes = self.send(_code, _subcode,
53 _arguments, _attributes)
60 def eject(self, _object=None, _attributes={}, **_arguments):
63 Keyword argument _attributes: AppleEvent attribute dictionary
72 _reply, _arguments, _attributes = self.send(_code, _subcode,
73 _arguments, _attributes)
80 def empty(self, _object=None, _attributes={}, **_arguments):
83 Keyword argument _attributes: AppleEvent attribute dictionary
92 _reply, _arguments, _attributes = self.send(_code, _subcode,
93 _arguments, _attributes)
100 def erase(self, _object, _attributes={}, **_arguments):
103 Keyword argument _attributes: AppleEvent attribute dictionary
112 _reply, _arguments, _attributes = self.send(_code, _subcode,
113 _arguments, _attributes)
120 def reveal(self, _object, _attributes={}, **_arguments):
123 Keyword argument _attributes: AppleEvent attribute dictionary
132 _reply, _arguments, _attributes = self.send(_code, _subcode,
133 _arguments, _attributes)
145 def update(self, _object, _attributes={}, **_arguments):
150 Keyword argument _attributes: AppleEvent attribute dictionary
159 _reply, _arguments, _attributes = self.send(_code, _subcode,
160 _arguments, _attributes)