mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
imports are now fully functional
This commit is contained in:
4
test/completion/import_tree/random.py
Normal file
4
test/completion/import_tree/random.py
Normal file
@@ -0,0 +1,4 @@
|
||||
"""
|
||||
Here because random is also a builtin module.
|
||||
"""
|
||||
a = set
|
||||
Reference in New Issue
Block a user