How to search help using python console

前端 未结 10 1337
长发绾君心
长发绾君心 2021-02-08 20:25

Is there any way to search for a particular package/function using keywords in the Python console?

For example, I may want to search \"pdf\" for pdf related tasks.

10条回答
  •  旧时难觅i
    2021-02-08 20:48

    You can search for modules containing "pdf" in their description by running the command help("modules pdf").

提交回复
热议问题