failing test for fucked up generator parents

This commit is contained in:
Dave Halter
2014-01-23 14:26:04 +01:00
parent 1884087e71
commit c6b315aa2e

View File

@@ -105,3 +105,11 @@ a, b = next(gen())
a
#? str() float()
b
# -----------------
# More complicated access
# -----------------
# `close` is a method wrapper.
#? ['__call__']
gen().close.__call__