1
0
forked from VimPlug/jedi

tests for get_definitions

This commit is contained in:
David Halter
2012-05-13 16:14:37 +02:00
parent ed6b47c12c
commit 92df46bd58
3 changed files with 65 additions and 21 deletions

View File

@@ -162,7 +162,7 @@ def gen():
yield 1
yield ""
gen_exe = gen()
gen_exe = gen()
def nexti(iterator, default=list):
if hasattr("next"):