mirror of
https://github.com/python/cpython.git
synced 2025-09-19 15:10:58 +00:00
with and as are now keywords. There are some generated files I can't recreate.
This commit is contained in:
parent
98775dfebc
commit
ca460d9722
11 changed files with 35 additions and 35 deletions
|
@ -300,7 +300,7 @@ class AppleScript_Suite_Events:
|
|||
if _arguments.has_key('----'):
|
||||
return _arguments['----']
|
||||
|
||||
def as(self, _object, _attributes={}, **_arguments):
|
||||
def as_(self, _object, _attributes={}, **_arguments):
|
||||
"""as: Coercion
|
||||
Required argument: an AE object reference
|
||||
Keyword argument _attributes: AppleEvent attribute dictionary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue