pycharm中的quick documentation里的文本是在哪里定义的?

比如对logging.basicConfig使用quick documentation得到

def basicConfig(**kwargs) Inferred type: (kwargs: dict) -> None  
Do basic configuration for the logging system.
This function does nothing if the root logger already has handlers configured. It is a convenience method intended for use by simple scripts to do one-shot configuration of the logging package.
...............
阅读 3.6k
1 个回答

难道不是docstring?

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进