- a line indented with tabs;
- a function named 'as'.
try:
callback()
except:
- t, v, tb = sys.exc_info()
+ t, v, tb = sys.exc_info()
print "warning: callback failed in WindowList", t, ":", v
registry = WindowList()
if _arguments.has_key('----'):
return _arguments['----']
- def as(self, _object, _attributes={}, **_arguments):
- """as: Coercion
+ def as_(self, _object, _attributes={}, **_arguments):
+ """as_: Coercion
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything