pycharm console wrong behavior on help(class_name)
Answered
When I type in pycharm console help(class_name), or help(module_name) the console get's stuck.
In iPython when one types in help(class_name) one just keep pressing space bar to read more, or Q to exit help.
When I try this in Pycharm Console nothing happens.

Please sign in to leave a comment.
Hi Daniel, it's a known issue, could you please vote for PY-26804?