mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix errors found by pychecker
This commit is contained in:
parent
e588c2ba97
commit
6aaccc6b55
5 changed files with 11 additions and 8 deletions
|
@ -191,7 +191,7 @@ class GenExprScope(Scope):
|
|||
self.add_param('[outmost-iterable]')
|
||||
|
||||
def get_names(self):
|
||||
keys = Scope.get_names()
|
||||
keys = Scope.get_names(self)
|
||||
return keys
|
||||
|
||||
class LambdaScope(FunctionScope):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue