Home | History | Annotate | Download | only in Netscape

Lines Matching refs:_attributes

16     def open(self, _object, _attributes={}, **_arguments):
19 Keyword argument _attributes: AppleEvent attribute dictionary
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
36 def print_(self, _object, _attributes={}, **_arguments):
39 Keyword argument _attributes: AppleEvent attribute dictionary
48 _reply, _arguments, _attributes = self.send(_code, _subcode,
49 _arguments, _attributes)
56 def quit(self, _no_object=None, _attributes={}, **_arguments):
58 Keyword argument _attributes: AppleEvent attribute dictionary
67 _reply, _arguments, _attributes = self.send(_code, _subcode,
68 _arguments, _attributes)
75 def run(self, _no_object=None, _attributes={}, **_arguments):
77 Keyword argument _attributes: AppleEvent attribute dictionary
86 _reply, _arguments, _attributes = self.send(_code, _subcode,
87 _arguments, _attributes)