mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 13:58:25 +08:00
basic pickle implementation #102
This commit is contained in:
@@ -376,7 +376,7 @@ class Script(object):
|
||||
return None, 0
|
||||
|
||||
try:
|
||||
timestamp, parser = cache.module_cache[self.source_path]
|
||||
parser = cache.module_cache[self.source_path].parser
|
||||
except KeyError:
|
||||
return None, 0
|
||||
part_parser = self._module.get_part_parser()
|
||||
|
||||
Reference in New Issue
Block a user