1
0
forked from VimPlug/jedi

on import completion preparations.

This commit is contained in:
Dave Halter
2014-11-25 15:10:36 +01:00
parent 52d4aaebbe
commit e72eaf7a59
3 changed files with 19 additions and 5 deletions

View File

@@ -4,6 +4,11 @@ def from_names():
#? ['path']
from os.
def from_names_goto():
from import_tree import pkg
#? pkg
from import_tree.pkg
def builtin_test():
#? ['math']
import math