I'm using the basic yield
keyword a lot in my code to build generators and coroutines...
While searching for various yield
related solutions on the web, I also found the yield from
syntax. Both are used in generators.
I don't feel that I'm missing a feature here, so how does from
tweek the basic yield
?