1
0
forked from VimPlug/jedi

static analysis prototype decription

This commit is contained in:
Dave Halter
2014-05-07 12:39:18 +02:00
parent 895db8d6ff
commit 9eb75f9c61
2 changed files with 44 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ class Evaluator(object):
self.compiled_cache = {} # see `compiled.create()`
self.recursion_detector = recursion.RecursionDetector()
self.execution_recursion_detector = recursion.ExecutionRecursionDetector()
self.analysis = []
def find_types(self, scope, name_str, position=None, search_global=False,
is_goto=False, resolve_decorator=True):