小编Jay*_*Doe的帖子

Python 注释中行首的冒号

return 之前的冒号 : 的作用是什么?这是 Python 中的风格吗?

def close(self):
    """ Close this connection.
    :returns: None
    """
    self.conn.close()
    return
Run Code Online (Sandbox Code Playgroud)

python comments

4
推荐指数
1
解决办法
1475
查看次数

标签 统计

comments ×1

python ×1