Home | History | Annotate | Download | only in Explorer

Lines Matching refs:_attributes

15     def GetSource(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 PrintBrowserWindow(self, _object=None, _attributes={}, **_arguments):
39 Keyword argument _attributes: AppleEvent attribute dictionary
48 _reply, _arguments, _attributes = self.send(_code, _subcode,
49 _arguments, _attributes)
60 def do_script(self, _object, _attributes={}, **_arguments):
64 Keyword argument _attributes: AppleEvent attribute dictionary
74 _reply, _arguments, _attributes = self.send(_code, _subcode,
75 _arguments, _attributes)