gpt4 book ai didi

python - 从函数获取文档字符串

转载 作者:太空宇宙 更新时间:2023-11-03 20:46:03 25 4
gpt4 key购买 nike

我有以下功能:

def my_func():
"""My docstring is both funny and informative"""
pass

如何访问文档字符串?

最佳答案

您可以通过交互方式显示它

help(my_func)

或者从代码中您可以检索它(用 print(.) 包围它以获取格式化输出):

my_func.__doc__

关于python - 从函数获取文档字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56603826/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com