1
0
forked from VimPlug/jedi

Fix the decorator issues.

This commit is contained in:
Dave Halter
2016-11-13 04:07:23 +01:00
parent cf00c83ed8
commit 21cfe4fc21
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ class BoundMethod(Context):
def py__call__(self, var_args):
function_execution = InstanceFunctionExecution(
self._instance,
self._class_context.parent_context,
self.parent_context,
self._function.funcdef,
var_args
)