summaryrefslogtreecommitdiff
path: root/astroid/tree/scoped_nodes.py
diff options
context:
space:
mode:
authorCeridwen <ceridwenv@gmail.com>2015-11-22 15:54:41 -0500
committerCeridwen <ceridwenv@gmail.com>2015-11-22 15:54:41 -0500
commit85e264aab49b4cc00418f0063b1498b0ee00bbda (patch)
tree3571d3ff23fcc372d505a1fcf07559b95a64ce78 /astroid/tree/scoped_nodes.py
parentd1dfe04da01bbfe01e65b1efe14bf4cc8d26bf86 (diff)
downloadastroid-git-85e264aab49b4cc00418f0063b1498b0ee00bbda.tar.gz
Clean up debug statements and fix trivial test failures
Diffstat (limited to 'astroid/tree/scoped_nodes.py')
-rw-r--r--astroid/tree/scoped_nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/tree/scoped_nodes.py b/astroid/tree/scoped_nodes.py
index c9cd843e..a5fe473c 100644
--- a/astroid/tree/scoped_nodes.py
+++ b/astroid/tree/scoped_nodes.py
@@ -968,7 +968,7 @@ class CallSite(object):
@util.register_implementation(treeabc.Lambda)
class Lambda(mixins.FilterStmtsMixin, LocalsDictNodeNG):
_astroid_fields = ('args', 'body',)
- # _other_other_fields = ('locals',)
+ _other_other_fields = ('locals',)
name = '<lambda>'
# function's type, 'function' | 'method' | 'staticmethod' | 'classmethod'