1

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?

Paebbels
  • 15,573
  • 13
  • 70
  • 139
  • 2
    Possible duplicate of [In practice, what are the main uses for the new "yield from" syntax in Python 3.3?](http://stackoverflow.com/questions/9708902/in-practice-what-are-the-main-uses-for-the-new-yield-from-syntax-in-python-3) – jonrsharpe Mar 22 '16 at 22:51
  • You question is covered by [this](http://stackoverflow.com/questions/231767/what-is-the-function-of-the-yield-keyword/24944096#24944096) SO answers. – Sławomir Lenart Jan 04 '17 at 21:28

0 Answers0