1
0
forked from VimPlug/jedi

temporary solution for completions in asserts

This commit is contained in:
Dave Halter
2014-06-22 11:27:28 +02:00
parent ddca14980e
commit d752907290
3 changed files with 12 additions and 0 deletions

View File

@@ -43,6 +43,14 @@ def func():
#? int() str()
func()
# -----------------
# keywords
# -----------------
#? list()
assert []
# -----------------
# for loops
# -----------------