forked from VimPlug/jedi
Don't use python_version directly on evaluator anymore
This commit is contained in:
@@ -300,4 +300,8 @@ class AccessHandle(object):
|
||||
|
||||
@memoize_method
|
||||
def _cached_results(self, name, *args, **kwargs):
|
||||
if type(self._subprocess) == EvaluatorSubprocess:
|
||||
print(name, args, kwargs,
|
||||
self._subprocess.get_compiled_method_return(self.id, name, *args, **kwargs)
|
||||
)
|
||||
return self._subprocess.get_compiled_method_return(self.id, name, *args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user