projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7356dcb
)
Whitespace normalization.
author
Tim Peters
<tim.peters@gmail.com>
Sat, 4 Mar 2006 02:43:44 +0000
(
02:43
+0000)
committer
Tim Peters
<tim.peters@gmail.com>
Sat, 4 Mar 2006 02:43:44 +0000
(
02:43
+0000)
Lib/compiler/ast.py
patch
|
blob
|
history
diff --git
a/Lib/compiler/ast.py
b/Lib/compiler/ast.py
index 7d1c18fed4eb00935e13ca9f7a8c2d2c9d8404da..08e0c6a4460cb6501131aff1213f064ef37b2840 100644
(file)
--- a/
Lib/compiler/ast.py
+++ b/
Lib/compiler/ast.py
@@
-554,7
+554,7
@@
class Function(Node):
self.varargs = 1
if flags & CO_VARKEYWORDS:
self.kwargs = 1
-
+
def getChildren(self):
@@
-585,7
+585,7
@@
class GenExpr(Node):
self.lineno = lineno
self.argnames = ['[outmost-iterable]']
self.varargs = self.kwargs = None
-
+
def getChildren(self):
@@
-780,7
+780,7
@@
class Lambda(Node):
self.varargs = 1
if flags & CO_VARKEYWORDS:
self.kwargs = 1
-
+
def getChildren(self):