Google Docstring

PHOTO EMBED

Mon Sep 05 2022 04:28:02 GMT+0000 (Coordinated Universal Time)

Saved by @bracketcoder #python

"""
This is an example of Google style.

Args:
    param1: This is the first param.
    param2: This is a second param.

Returns:
    This is a description of what is returned.

Raises:
    KeyError: Raises an exception.
"""
content_copyCOPY

https://stackoverflow.com/questions/3898572/what-are-the-most-common-python-docstring-formats