1
0
forked from VimPlug/jedi

More unicode conversions

This commit is contained in:
Dave Halter
2017-12-24 03:35:15 +01:00
parent a117f9f2e7
commit 40f1354f67
4 changed files with 7 additions and 8 deletions

View File

@@ -17,8 +17,6 @@ def load_module(evaluator, **kwargs):
def get_compiled_method_return(evaluator, id, attribute, *args, **kwargs):
handle = evaluator.compiled_subprocess.get_access_handle(id)
# print >> sys.stderr, handle, attribute, args, kwargs
# print(id, attribute, args, kwargs, file=sys.stderr)
return getattr(handle.access, attribute)(*args, **kwargs)