mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-09 14:41:26 +08:00
on import completion preparations.
This commit is contained in:
@@ -228,8 +228,7 @@ from import_tree import recurse_class1
|
||||
#? ['a']
|
||||
recurse_class1.C.a
|
||||
# github #239 RecursionError
|
||||
# TODO UNCOMMENT!!!!!!
|
||||
##? ['a']
|
||||
#? ['a']
|
||||
recurse_class1.C().a
|
||||
|
||||
# -----------------
|
||||
|
||||
@@ -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