1
0
forked from VimPlug/jedi

Fix remaining issue siwh the Param refactoring.

This commit is contained in:
Dave Halter
2015-02-11 01:40:18 +01:00
parent cdbe26786a
commit 6e5ba3de87
4 changed files with 12 additions and 22 deletions

View File

@@ -573,9 +573,6 @@ class FunctionExecution(Executed):
func = base.base_func
self._copy_dict = {func: self, func.parent: func.parent}
helpers.deep_ast_copy(self.base.base_func, self._copy_dict, check_first=True)
# We definitely want the params to be generated. Params are special,
# because they have been altered and are not normal "children".
self.params
@memoize_default(default=())
@recursion.execution_recursion_decorator