forked from VimPlug/jedi
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