mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-26 06:57:15 +08:00
Make a test a bit better testable (more flexible).
This commit is contained in:
@@ -131,6 +131,7 @@ class Script(object):
|
||||
self._evaluator = Evaluator(self._grammar, sys_path=sys_path)
|
||||
debug.speed('init')
|
||||
|
||||
@cache.memoize_method
|
||||
def _get_module(self):
|
||||
cache.invalidate_star_import_cache(self._path)
|
||||
parser = FastParser(self._grammar, self._source, self.path)
|
||||
|
||||
Reference in New Issue
Block a user