mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-09 06:21:26 +08:00
use expression_list instead of commands or call_list
This commit is contained in:
@@ -174,7 +174,7 @@ def save_module(path, name, parser, pickling=True):
|
||||
|
||||
class _ModulePickling(object):
|
||||
|
||||
version = 6
|
||||
version = 7
|
||||
"""
|
||||
Version number (integer) for file system cache.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user