forked from VimPlug/jedi
Implement the new parser in jedi.parser.Parser
This commit is contained in:
@@ -231,7 +231,7 @@ def save_parser(path, name, parser, pickling=True):
|
||||
|
||||
class ParserPickling(object):
|
||||
|
||||
version = 18
|
||||
version = 19
|
||||
"""
|
||||
Version number (integer) for file system cache.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user