Whitespace normalization.
[python/dscho.git] / Mac / OSX / Doc / HelpIndexingTool / odds_and_ends.py
blob7ee46f35cc292d07d64afa373896e479d0b5bd82
1 """Suite odds and ends: Things that should be in some standard suite, but aren\xd5t
2 Level 1, version 1
4 Generated from /Developer/Applications/Apple Help Indexing Tool.app
5 AETE/AEUT resource version 1/1, language 0, script 0
6 """
8 import aetools
9 import MacOS
11 _code = 'Odds'
13 class odds_and_ends_Events:
15 def select(self, _object=None, _attributes={}, **_arguments):
16 """select: Select the specified object
17 Required argument: the object to select
18 Keyword argument _attributes: AppleEvent attribute dictionary
19 """
20 _code = 'misc'
21 _subcode = 'slct'
23 if _arguments: raise TypeError, 'No optional args expected'
24 _arguments['----'] = _object
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
29 if _arguments.get('errn', 0):
30 raise aetools.Error, aetools.decodeerror(_arguments)
31 # XXXX Optionally decode result
32 if _arguments.has_key('----'):
33 return _arguments['----']
37 # Indices of types declared in this module
39 _classdeclarations = {
42 _propdeclarations = {
45 _compdeclarations = {
48 _enumdeclarations = {