DEBSOURCES
Skip Quicknav
sources / pychecker / 0.8.19-10 / test_input / test58.py
1234567891011
'Note: this will only work on Python 2.1 and before' yield = None def x(): yield = 53 print yield def y(): print yield