mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
basic imports rewriting, which has still it's rough edges
This commit is contained in:
@@ -52,3 +52,13 @@ def func_with_import():
|
||||
|
||||
#? ['sleep']
|
||||
func_with_import().sleep
|
||||
|
||||
# -----------------
|
||||
# completions within imports
|
||||
# -----------------
|
||||
|
||||
#? ['sqlite3']
|
||||
import sqlite
|
||||
|
||||
#? ['time']
|
||||
from datetime import
|
||||
|
||||
Reference in New Issue
Block a user