mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Whitespace normalization.
This commit is contained in:
parent
8d7626c23f
commit
a45cacfc1c
7 changed files with 17 additions and 17 deletions
|
@ -372,7 +372,7 @@ class CodeGenerator:
|
|||
ndecorators = len(node.decorators.nodes)
|
||||
else:
|
||||
ndecorators = 0
|
||||
|
||||
|
||||
gen = self.FunctionGen(node, self.scopes, isLambda,
|
||||
self.class_name, self.get_module())
|
||||
walk(node.code, gen)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue