1
0
forked from VimPlug/jedi

Add a ContextSet.

This is not bug free yet, but it's going to be a good abstraction for a lot of small things.
This commit is contained in:
Dave Halter
2017-09-25 11:04:09 +02:00
parent a433ee7a7e
commit 5328d1e700
14 changed files with 257 additions and 190 deletions

2
jedi/common/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from jedi.common.context import ContextSet, NO_CONTEXTS, \
iterator_to_context_set