[issue36045] builtins.help function is not much help with async functions

Raymond Hettinger report at bugs.python.org
Tue Feb 19 18:55:41 EST 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

This would be a reasonable addition to help(). Would you like to make a PR?

An "async def" can be detected with inspect.iscoroutinefunction(the_answer2).

----------
keywords: +easy
nosy: +rhettinger
stage:  -> needs patch
type:  -> enhancement
versions: +Python 3.8 -Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36045>
_______________________________________


More information about the Python-bugs-list mailing list