diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-18 21:57:37 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-18 21:57:37 +0000 |
commit | e0c446bb4ad67294f42d4cb53b4ff28413bd8dde (patch) | |
tree | b4f286b4e6f2259ec47569561c4c62762e78b3f2 /Lib/compiler/ast.py | |
parent | 8a57f00081b6f83168007fc701447d7926acc6c4 (diff) | |
download | cpython-git-e0c446bb4ad67294f42d4cb53b4ff28413bd8dde.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/compiler/ast.py')
-rw-r--r-- | Lib/compiler/ast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/compiler/ast.py b/Lib/compiler/ast.py index 9a5d53cafc..23c463b398 100644 --- a/Lib/compiler/ast.py +++ b/Lib/compiler/ast.py @@ -438,7 +438,7 @@ class Function(Node): self.varargs = 1 if flags & CO_VARKEYWORDS: self.kwargs = 1 - + def getChildren(self): |