mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
failing test for fucked up generator parents
This commit is contained in:
@@ -105,3 +105,11 @@ a, b = next(gen())
|
|||||||
a
|
a
|
||||||
#? str() float()
|
#? str() float()
|
||||||
b
|
b
|
||||||
|
|
||||||
|
# -----------------
|
||||||
|
# More complicated access
|
||||||
|
# -----------------
|
||||||
|
|
||||||
|
# `close` is a method wrapper.
|
||||||
|
#? ['__call__']
|
||||||
|
gen().close.__call__
|
||||||
|
|||||||
Reference in New Issue
Block a user