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

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite URL Suite: Standard suite for Uniform Resource Locators
  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 = 'GURL'
  13.  
  14. class URL_Suite_Events:
  15.     _argmap_GetURL = {
  16.         'to': 'dest' }
  17.     
  18.     def GetURL(self, _object, _attributes = { }, **_arguments):
  19.         '''GetURL: Open the URL (and optionally save it to disk)
  20.         Required argument: URL to open
  21.         Keyword argument to: File into which to save resource located at URL.
  22.         Keyword argument _attributes: AppleEvent attribute dictionary
  23.         '''
  24.         _code = 'GURL'
  25.         _subcode = 'GURL'
  26.         aetools.keysubst(_arguments, self._argmap_GetURL)
  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. _classdeclarations = { }
  38. _propdeclarations = { }
  39. _compdeclarations = { }
  40. _enumdeclarations = { }
  41.