Terry J. Reedy added the comment:

If you want to know if a function returns a generator, you have to call it and 
pass the result to *isgenerator*, or use type-annotated functions (see the 
typing module) and static type checkers.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to