forked from VimPlug/jedi
test suite for completion added
This commit is contained in:
9
test/completion/functions.py
Normal file
9
test/completion/functions.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import os
|
||||
|
||||
def array():
|
||||
return []
|
||||
#? ['append']
|
||||
array().app
|
||||
|
||||
#? ['array']
|
||||
arr
|
||||
Reference in New Issue
Block a user