mirror of
https://github.com/python/cpython.git
synced 2025-08-08 19:09:46 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -73,7 +73,7 @@ class Required_Suite_Events(Required_Suite_Events):
|
|||
return _arguments['----']
|
||||
|
||||
def run(self, _no_object=None, _attributes={}, **_arguments):
|
||||
"""run:
|
||||
"""run:
|
||||
Keyword argument _attributes: AppleEvent attribute dictionary
|
||||
"""
|
||||
_code = 'aevt'
|
||||
|
|
|
@ -17,7 +17,7 @@ class Standard_Suite_Events:
|
|||
}
|
||||
|
||||
def get(self, _object, _attributes={}, **_arguments):
|
||||
"""get:
|
||||
"""get:
|
||||
Required argument: an AE object reference
|
||||
Keyword argument as: undocumented, typecode 'type'
|
||||
Keyword argument _attributes: AppleEvent attribute dictionary
|
||||
|
|
|
@ -84,7 +84,7 @@ class Web_Browser_Suite_Events:
|
|||
"""GetWindowInfo: Returns a window info record (URL/Title) for the specified window.
|
||||
Required argument: Window Identifier of the window
|
||||
Keyword argument _attributes: AppleEvent attribute dictionary
|
||||
Returns:
|
||||
Returns:
|
||||
"""
|
||||
_code = 'WWW!'
|
||||
_subcode = 'WNFO'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue