Home | History | Annotate | Download | only in _builtinSuites

Lines Matching refs:_attributes

12     def open(self, _object, _attributes={}, **_arguments):
15 Keyword argument _attributes: AppleEvent attribute dictionary
24 _reply, _arguments, _attributes = self.send(_code, _subcode,
25 _arguments, _attributes)
32 def run(self, _no_object=None, _attributes={}, **_arguments):
34 Keyword argument _attributes: AppleEvent attribute dictionary
43 _reply, _arguments, _attributes = self.send(_code, _subcode,
44 _arguments, _attributes)
51 def reopen(self, _no_object=None, _attributes={}, **_arguments):
53 Keyword argument _attributes: AppleEvent attribute dictionary
62 _reply, _arguments, _attributes = self.send(_code, _subcode,
63 _arguments, _attributes)
70 def _print(self, _object, _attributes={}, **_arguments):
73 Keyword argument _attributes: AppleEvent attribute dictionary
82 _reply, _arguments, _attributes = self.send(_code, _subcode,
83 _arguments, _attributes)
94 def quit(self, _no_object=None, _attributes={}, **_arguments):
97 Keyword argument _attributes: AppleEvent attribute dictionary
107 _reply, _arguments, _attributes = self.send(_code, _subcode,
108 _arguments, _attributes)