pycharm console wrong behavior on help(class_name)

已回答

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.

 

0

Hi Daniel, it's a known issue, could you please vote for PY-26804?

0

请先登录再写评论。