mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Whitespace normalization.
This commit is contained in:
parent
8531b1b28d
commit
c411dbaeee
14 changed files with 48 additions and 50 deletions
|
@ -191,7 +191,7 @@ class WeakKeyDictionary(UserDict.UserDict):
|
|||
except TypeError:
|
||||
return 0
|
||||
return wr in self.data
|
||||
|
||||
|
||||
def items(self):
|
||||
L = []
|
||||
for key, value in self.data.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue