micropython/tests/bytecode/mp-tests/yield2.py

5 wiersze
68 B
Python
Czysty Zwykły widok Historia

def f():
yield from a
yield from (a, b)
yield from f(a)