mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-05 12:44:16 +08:00
Get a lot of tests passing
This commit is contained in:
@@ -101,6 +101,7 @@ class Evaluator(object):
|
||||
self.is_analysis = False
|
||||
self.python_version = sys.version_info[:2]
|
||||
self.project = project
|
||||
self.access_cache = {}
|
||||
project.add_evaluator(self)
|
||||
|
||||
if compiled_sub_process is None:
|
||||
|
||||
Reference in New Issue
Block a user