forked from VimPlug/jedi
on import completion preparations.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user