1
0
forked from VimPlug/jedi

preparation for vim

This commit is contained in:
David Halter
2012-04-07 21:13:27 +02:00
parent 2681699dcf
commit 527fdcd6a2
3 changed files with 30 additions and 21 deletions

View File

@@ -11,4 +11,4 @@ with open('test.py') as f:
for i in range(1):
completions = functions.complete(code, 50, 200)
print '\n', [c.names[-1] for c in completions]
print '\n', ', '.join(str(c) for c in completions)