mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Use true booleans and PEP8 for argdefaults.
This commit is contained in:
parent
3d6575dfc8
commit
fe99105835
9 changed files with 21 additions and 21 deletions
|
@ -36,7 +36,7 @@ def _good_enough(dom, features):
|
|||
return 0
|
||||
return 1
|
||||
|
||||
def getDOMImplementation(name = None, features = ()):
|
||||
def getDOMImplementation(name=None, features=()):
|
||||
"""getDOMImplementation(name = None, features = ()) -> DOM implementation.
|
||||
|
||||
Return a suitable DOM implementation. The name is either
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue