Home | History | Annotate | Download | only in SystemEvents

Lines Matching refs:_attributes

15     def restart(self, _object, _attributes={}, **_arguments):
18 Keyword argument _attributes: AppleEvent attribute dictionary
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
35 def shut_down(self, _object, _attributes={}, **_arguments):
38 Keyword argument _attributes: AppleEvent attribute dictionary
47 _reply, _arguments, _attributes = self.send(_code, _subcode,
48 _arguments, _attributes)
55 def sleep(self, _object, _attributes={}, **_arguments):
58 Keyword argument _attributes: AppleEvent attribute dictionary
67 _reply, _arguments, _attributes = self.send(_code, _subcode,
68 _arguments, _attributes)