BNA8/.resources/8ae2f2d3e126f6f11883ca1044d366a4c0285ea0782a052efddefd1c92a4f775
Salijoghli f38f97fee0 fixes
2025-10-07 19:20:00 +04:00

17 lines
361 B
Plaintext

# This function is not intented to be called. This docstring template should be used on all function call.
def docstring():
"""
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.
"""