1
0
forked from VimPlug/jedi

Small cleanup: Dynamic params comparison works now with the evaluator functions.

This commit is contained in:
Dave Halter
2014-11-18 13:28:24 +01:00
parent 78b7b8ffaf
commit 6d866eb915
2 changed files with 8 additions and 8 deletions

View File

@@ -504,7 +504,7 @@ class Function(use_metaclass(CachedMetaClass, Wrapper)):
debug.dbg('decorator end %s', f)
if isinstance(f, pr.Function):
f = Function(self._evaluator, f, True)
return self
return f
def get_decorated_func(self):