Publicize jedi.names and add a first test.

This commit is contained in:
Dave Halter
2014-09-08 22:39:47 +02:00
parent be85391321
commit 851717a968
2 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -37,5 +37,5 @@ good text editor, while still having very good IDE features for Python.
__version__ = '0.8.1-final0'
from jedi.api import Script, Interpreter, NotFoundError, set_debug_function
from jedi.api import preload_module, defined_names
from jedi.api import preload_module, defined_names, names
from jedi import settings