1 2 3 4 5 6 7 8 9
# pylint: disable=C0121 """https://www.logilab.org/ticket/122793""" def gen(): """dumb generator""" yield GEN = gen() GEN.next()