1
0
forked from VimPlug/jedi

magic_method -> magic_function

This commit is contained in:
Dave Halter
2014-01-09 17:06:02 +01:00
parent db149a84a8
commit f755e615c9
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ class Evaluator(object):
else:
# The function must not be decorated with something else.
if type.isinstance(er.Function):
type = type.get_magic_method_scope()
type = type.get_magic_function_scope()
else:
# This is the typical lookup while chaining things.
if filter_private_variable(type, scope, current):