1
0
forked from VimPlug/jedi

fix execution recursion decorators

This commit is contained in:
Dave Halter
2013-12-26 18:01:54 +01:00
parent dd7d7ceb7e
commit ff983f70bc
4 changed files with 29 additions and 23 deletions

View File

@@ -429,7 +429,7 @@ class Execution(Executable):
return base
@memoize_default(default=())
@recursion.ExecutionRecursionDecorator
@recursion.execution_recursion_decorator
def get_return_types(self, evaluate_generator=False):
""" Get the return types of a function. """
base = self._decorated