1
0
forked from VimPlug/jedi

Fix some more context issues

This commit is contained in:
Dave Halter
2019-08-19 19:33:12 +02:00
parent f54617867d
commit b19ba12566
7 changed files with 41 additions and 43 deletions

View File

@@ -153,7 +153,7 @@ class MethodValue(FunctionValue):
self.class_value = class_value
def get_default_param_context(self):
return self.class_value
return self.class_value.as_context()
def get_qualified_names(self):
# Need to implement this, because the parent value of a method