我试图在pdoc中使用google风格的指令,但它在我这方面不起作用。我哪里错了?下面是我的密码。请帮帮我。:)
def save(a: str, b:str) -> set:
"""
Do something
Args:
a (str): The first parameter.
b (str): The second parameter.
Returns:
Set: The return value. If result has values then Set of string, otherwise empty set.
"""输出
想点儿办法吧 Args: a (str):第一个参数。B (str):第二个参数。 返回: Set:返回值。如果结果有值,则为字符串集,否则为空集。
发布于 2022-01-28 13:26:27
https://stackoverflow.com/questions/70893719
复制相似问题