Tagged Questions
2
votes
5answers
554 views
Can I be warned when I used a generator function by accident
I was working with generator functions and private functions of a class. I am wondering
Why when yielding (which in my one case was by accident) in __someFunc that this function just appears not to ...