forked from VimPlug/jedi
as_context caching
This commit is contained in:
@@ -59,7 +59,7 @@ class TypingModuleWrapper(StubModuleValue):
|
||||
for f in filters:
|
||||
yield f
|
||||
|
||||
def as_context(self):
|
||||
def _as_context(self):
|
||||
return TypingModuleContext(self)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user