forked from VimPlug/jedi
temporary solution for completions in asserts
This commit is contained in:
@@ -43,6 +43,14 @@ def func():
|
||||
#? int() str()
|
||||
func()
|
||||
|
||||
# -----------------
|
||||
# keywords
|
||||
# -----------------
|
||||
|
||||
#? list()
|
||||
assert []
|
||||
|
||||
|
||||
# -----------------
|
||||
# for loops
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user