home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 May / maximum-cd-2010-05.iso / DiscContents / boxee-0.9.20.10711.exe / system / python / Lib / plat-mac / lib-scriptpackages / Explorer / Required_Suite.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  3.2 KB  |  103 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Required Suite: Events that every application should support
  5. Level 1, version 1
  6.  
  7. Generated from /Applications/Internet Explorer.app
  8. AETE/AEUT resource version 1/0, language 0, script 0
  9. '''
  10. import aetools
  11. import MacOS
  12. _code = 'reqd'
  13. from StdSuites.Required_Suite import *
  14.  
  15. class Required_Suite_Events(Required_Suite_Events):
  16.     
  17.     def open(self, _object, _attributes = { }, **_arguments):
  18.         """open: Open documents
  19.         Required argument: undocumented, typecode 'alis'
  20.         Keyword argument _attributes: AppleEvent attribute dictionary
  21.         """
  22.         _code = 'aevt'
  23.         _subcode = 'odoc'
  24.         if _arguments:
  25.             raise TypeError, 'No optional args expected'
  26.         
  27.         _arguments['----'] = _object
  28.         (_reply, _arguments, _attributes) = self.send(_code, _subcode, _arguments, _attributes)
  29.         if _arguments.get('errn', 0):
  30.             raise aetools.Error, aetools.decodeerror(_arguments)
  31.         
  32.         if _arguments.has_key('----'):
  33.             return _arguments['----']
  34.         
  35.  
  36.     
  37.     def print_(self, _object, _attributes = { }, **_arguments):
  38.         """print: Print documents
  39.         Required argument: undocumented, typecode 'alis'
  40.         Keyword argument _attributes: AppleEvent attribute dictionary
  41.         """
  42.         _code = 'aevt'
  43.         _subcode = 'pdoc'
  44.         if _arguments:
  45.             raise TypeError, 'No optional args expected'
  46.         
  47.         _arguments['----'] = _object
  48.         (_reply, _arguments, _attributes) = self.send(_code, _subcode, _arguments, _attributes)
  49.         if _arguments.get('errn', 0):
  50.             raise aetools.Error, aetools.decodeerror(_arguments)
  51.         
  52.         if _arguments.has_key('----'):
  53.             return _arguments['----']
  54.         
  55.  
  56.     
  57.     def quit(self, _no_object = None, _attributes = { }, **_arguments):
  58.         '''quit: Quit application
  59.         Keyword argument _attributes: AppleEvent attribute dictionary
  60.         '''
  61.         _code = 'aevt'
  62.         _subcode = 'quit'
  63.         if _arguments:
  64.             raise TypeError, 'No optional args expected'
  65.         
  66.         if _no_object != None:
  67.             raise TypeError, 'No direct arg expected'
  68.         
  69.         (_reply, _arguments, _attributes) = self.send(_code, _subcode, _arguments, _attributes)
  70.         if _arguments.get('errn', 0):
  71.             raise aetools.Error, aetools.decodeerror(_arguments)
  72.         
  73.         if _arguments.has_key('----'):
  74.             return _arguments['----']
  75.         
  76.  
  77.     
  78.     def run(self, _no_object = None, _attributes = { }, **_arguments):
  79.         '''run:
  80.         Keyword argument _attributes: AppleEvent attribute dictionary
  81.         '''
  82.         _code = 'aevt'
  83.         _subcode = 'oapp'
  84.         if _arguments:
  85.             raise TypeError, 'No optional args expected'
  86.         
  87.         if _no_object != None:
  88.             raise TypeError, 'No direct arg expected'
  89.         
  90.         (_reply, _arguments, _attributes) = self.send(_code, _subcode, _arguments, _attributes)
  91.         if _arguments.get('errn', 0):
  92.             raise aetools.Error, aetools.decodeerror(_arguments)
  93.         
  94.         if _arguments.has_key('----'):
  95.             return _arguments['----']
  96.         
  97.  
  98.  
  99. _classdeclarations = { }
  100. _propdeclarations = { }
  101. _compdeclarations = { }
  102. _enumdeclarations = { }
  103.