mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-28 02:55:29 +08:00
test suite for completion added
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import os
|
||||
|
||||
def array():
|
||||
return []
|
||||
#? ['append']
|
||||
array().app
|
||||
|
||||
#? ['array']
|
||||
arr
|
||||
Reference in New Issue
Block a user