我正在使用 Google 风格的 python 文档字符串格式。有一个函数,输入参数可以是字典、列表或字符串。docstring中多种数据类型的格式是什么?
喜欢
Args: input (str, list, dict): input of this function
python docstring
docstring ×1
python ×1