mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
tests for get_definitions
This commit is contained in:
@@ -162,7 +162,7 @@ def gen():
|
||||
yield 1
|
||||
yield ""
|
||||
|
||||
gen_exe = gen()
|
||||
gen_exe = gen()
|
||||
|
||||
def nexti(iterator, default=list):
|
||||
if hasattr("next"):
|
||||
|
||||
Reference in New Issue
Block a user