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 / CodeWarrior / Required.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  1.8 KB  |  47 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Required: Terms that every application should support
  5. Level 1, version 1
  6.  
  7. Generated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/CodeWarrior IDE 4.2.5
  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_Events(Required_Suite_Events):
  16.     _argmap_open = {
  17.         'converting': 'Conv' }
  18.     
  19.     def open(self, _object, _attributes = { }, **_arguments):
  20.         '''open: Open the specified object(s)
  21.         Required argument: list of objects to open
  22.         Keyword argument converting: Whether to convert project to latest version (yes/no; default is ask).
  23.         Keyword argument _attributes: AppleEvent attribute dictionary
  24.         '''
  25.         _code = 'aevt'
  26.         _subcode = 'odoc'
  27.         aetools.keysubst(_arguments, self._argmap_open)
  28.         _arguments['----'] = _object
  29.         aetools.enumsubst(_arguments, 'Conv', _Enum_Conv)
  30.         (_reply, _arguments, _attributes) = self.send(_code, _subcode, _arguments, _attributes)
  31.         if _arguments.get('errn', 0):
  32.             raise aetools.Error, aetools.decodeerror(_arguments)
  33.         
  34.         if _arguments.has_key('----'):
  35.             return _arguments['----']
  36.         
  37.  
  38.  
  39. _Enum_Conv = {
  40.     'yes': 'yes ',
  41.     'no': 'no  ' }
  42. _classdeclarations = { }
  43. _propdeclarations = { }
  44. _compdeclarations = { }
  45. _enumdeclarations = {
  46.     'Conv': _Enum_Conv }
  47.