1
0
forked from VimPlug/jedi
Files
jedi-fork/test/completion/functions.py
David Halter ee3aea95e2 added tests
2012-04-13 10:39:02 +02:00

10 lines
86 B
Python

import os
def array():
return list()
#? ['append']
array().app
#? ['array']
arr