j
k
j a
j l
Errata to previous email.
def co_yield(value): 'Yields (returns) value back to caller of resume() method.'
Should have been @staticmethod def co_yield(value): 'Yields (returns) value back to caller of resume() method.' Cheers, Mark.
Back to the thread
Back to the list