1
0
forked from VimPlug/jedi

Remove class_context from BoundMethod, it's not really needed anymore

This commit is contained in:
Dave Halter
2018-11-23 00:11:39 +01:00
parent 55982d699b
commit 12a0357f6b
3 changed files with 9 additions and 20 deletions
-1
View File
@@ -389,7 +389,6 @@ class Evaluator(object):
if isinstance(parent_context, AnonymousInstance):
func = BoundMethod(
instance=parent_context,
klass=parent_context.class_context,
function=func
)
if is_nested and not node_is_object: