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 / Standard_Suite.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  2.1 KB  |  60 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Standard Suite: Common terms for most applications
  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 = '****'
  13.  
  14. class Standard_Suite_Events:
  15.     _argmap_get = {
  16.         'as': 'rtyp' }
  17.     
  18.     def get(self, _object, _attributes = { }, **_arguments):
  19.         """get:
  20.         Required argument: an AE object reference
  21.         Keyword argument as: undocumented, typecode 'type'
  22.         Keyword argument _attributes: AppleEvent attribute dictionary
  23.         Returns: anything
  24.         """
  25.         _code = 'core'
  26.         _subcode = 'getd'
  27.         aetools.keysubst(_arguments, self._argmap_get)
  28.         _arguments['----'] = _object
  29.         (_reply, _arguments, _attributes) = self.send(_code, _subcode, _arguments, _attributes)
  30.         if _arguments.get('errn', 0):
  31.             raise aetools.Error, aetools.decodeerror(_arguments)
  32.         
  33.         if _arguments.has_key('----'):
  34.             return _arguments['----']
  35.         
  36.  
  37.  
  38.  
  39. class application(aetools.ComponentItem):
  40.     '''application - An application program '''
  41.     want = 'capp'
  42.  
  43.  
  44. class _Prop_selected_text(aetools.NProperty):
  45.     '''selected text - the selected text '''
  46.     which = 'stxt'
  47.     want = 'TEXT'
  48.  
  49. selected_text = _Prop_selected_text()
  50. application._superclassnames = []
  51. application._privpropdict = {
  52.     'selected_text': _Prop_selected_text }
  53. application._privelemdict = { }
  54. _classdeclarations = {
  55.     'capp': application }
  56. _propdeclarations = {
  57.     'stxt': _Prop_selected_text }
  58. _compdeclarations = { }
  59. _enumdeclarations = { }
  60.