Created
January 31, 2022 22:28
-
-
Save ycui1/7c8af40aebc5486cfe18fdd1fdab00bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def example_fun(param0, param1): | |
""" | |
Does what | |
Args: | |
param0: | |
param1: | |
Returns: | |
Describe the return value | |
Raises: | |
Describe any exceptions | |
""" | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment