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