mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
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