5 ms·
P.s. to make that function an actual generator you could use yield from Instead of return
by el_oni 3y ago
P.s. to make that function an actual generator you could use
yield from
Instead of
return
- keeganpoppen 3y agothe function isn't a generator, but that value is a generator expression: https://peps.python.org/pep-0289/ https://peps.python.org/pep-0289/