Home | History | Annotate | Download | only in Explorer

Lines Matching refs:_attributes

15     def Activate(self, _object=None, _attributes={}, **_arguments):
18 Keyword argument _attributes: AppleEvent attribute dictionary
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
36 def CloseAllWindows(self, _no_object=None, _attributes={}, **_arguments):
38 Keyword argument _attributes: AppleEvent attribute dictionary
48 _reply, _arguments, _attributes = self.send(_code, _subcode,
49 _arguments, _attributes)
61 def CloseWindow(self, _no_object=None, _attributes={}, **_arguments):
65 Keyword argument _attributes: AppleEvent attribute dictionary
75 _reply, _arguments, _attributes = self.send(_code, _subcode,
76 _arguments, _attributes)
83 def GetWindowInfo(self, _object, _attributes={}, **_arguments):
86 Keyword argument _attributes: AppleEvent attribute dictionary
96 _reply, _arguments, _attributes = self.send(_code, _subcode,
97 _arguments, _attributes)
104 def ListWindows(self, _no_object=None, _attributes={}, **_arguments):
106 Keyword argument _attributes: AppleEvent attribute dictionary
116 _reply, _arguments, _attributes = self.send(_code, _subcode,
117 _arguments, _attributes)
132 def OpenURL(self, _object, _attributes={}, **_arguments):
140 Keyword argument _attributes: AppleEvent attribute dictionary
149 _reply, _arguments, _attributes = self.send(_code, _subcode,
150 _arguments, _attributes)
161 def ParseAnchor(self, _object, _attributes={}, **_arguments):
165 Keyword argument _attributes: AppleEvent attribute dictionary
175 _reply, _arguments, _attributes = self.send(_code, _subcode,
176 _arguments, _attributes)
189 def ShowFile(self, _object, _attributes={}, **_arguments):
195 Keyword argument _attributes: AppleEvent attribute dictionary
204 _reply, _arguments, _attributes = self.send(_code, _subcode,
205 _arguments, _attributes)