forked from VimPlug/jedi
Use even more subprocess accesses
This commit is contained in:
@@ -114,8 +114,12 @@ class Evaluator(object):
|
||||
self.reset_recursion_limitations()
|
||||
|
||||
# Constants
|
||||
# TODO move to get_builtins_module
|
||||
self.BUILTINS = compiled.get_special_object(self, 'BUILTINS')
|
||||
|
||||
def get_builtins_module(self):
|
||||
return self.BUILTINS
|
||||
|
||||
def reset_recursion_limitations(self):
|
||||
self.recursion_detector = recursion.RecursionDetector()
|
||||
self.execution_recursion_detector = recursion.ExecutionRecursionDetector(self)
|
||||
|
||||
Reference in New Issue
Block a user