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

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Netscape Suite: Events defined by Netscape
  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 = 'MOSS'
  13.  
  14. class Netscape_Suite_Events:
  15.     
  16.     def Open_bookmark(self, _object = None, _attributes = { }, **_arguments):
  17.         '''Open bookmark: Opens a bookmark file
  18.         Required argument: If not available, reloads the current bookmark file
  19.         Keyword argument _attributes: AppleEvent attribute dictionary
  20.         '''
  21.         _code = 'MOSS'
  22.         _subcode = 'book'
  23.         if _arguments:
  24.             raise TypeError, 'No optional args expected'
  25.         
  26.         _arguments['----'] = _object
  27.         (_reply, _arguments, _attributes) = self.send(_code, _subcode, _arguments, _attributes)
  28.         if _arguments.get('errn', 0):
  29.             raise aetools.Error, aetools.decodeerror(_arguments)
  30.         
  31.         if _arguments.has_key('----'):
  32.             return _arguments['----']
  33.         
  34.  
  35.  
  36. _classdeclarations = { }
  37. _propdeclarations = { }
  38. _compdeclarations = { }
  39. _enumdeclarations = { }
  40.