mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
preparations to merge parts of builtin/modules
This commit is contained in:
@@ -236,6 +236,6 @@ def gen():
|
||||
yield 1
|
||||
yield ""
|
||||
|
||||
exe = gen()
|
||||
exe = next(gen())
|
||||
#? ['upper']
|
||||
exe.upper
|
||||
|
||||
Reference in New Issue
Block a user