1
0
forked from VimPlug/jedi

Move the lazy contexts to a separate module.

This commit is contained in:
Dave Halter
2017-09-29 15:44:40 +02:00
parent 8c601a1c65
commit c8cae2140f
3 changed files with 64 additions and 61 deletions

View File

@@ -1 +1,3 @@
from jedi.evaluate.context.base import *
from jedi.evaluate.context.lazy import AbstractLazyContext, LazyKnownContext, \
LazyKnownContexts, LazyTreeContext, LazyUnknownContext, get_merged_lazy_context