forked from VimPlug/jedi
Reenable call signature caching and move a lot of parser specific caching to the parser itself.
This commit is contained in:
@@ -8,7 +8,7 @@ import pytest
|
||||
|
||||
import jedi
|
||||
from jedi import settings, cache
|
||||
from jedi.cache import ParserCacheItem, ParserPickling
|
||||
from jedi.parser.utils import ParserCacheItem, ParserPickling
|
||||
|
||||
|
||||
ParserPicklingCls = type(ParserPickling)
|
||||
|
||||
Reference in New Issue
Block a user