gpt4 book ai didi

python - 什么是 Ruby 中的 Python 文档字符串?

转载 作者:IT老高 更新时间:2023-10-28 21:55:37 25 4
gpt4 key购买 nike

在 Python 中,您可以使用 obj.__doc__ 访问对象的文档字符串。 Ruby 中的等效操作是什么?

最佳答案

Ruby 没有 Python __doc__ 等价物。他们经常使用Rdoc Format对于文档,例如:

# For example, a square or circle.
class Shape
# A horizontal position.
def x
end

# A vertical position.
def y
end
end

关于python - 什么是 Ruby 中的 Python 文档字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5006698/

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