Skip to content

Instantly share code, notes, and snippets.

@RackReaver
Created May 10, 2021 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RackReaver/9a4179d61e0cbca93199ec81f79fe8ff to your computer and use it in GitHub Desktop.
Save RackReaver/9a4179d61e0cbca93199ec81f79fe8ff to your computer and use it in GitHub Desktop.
python:doc_str: function documentation string
"""Description here
args:
arg1 (type): description
arg2 (type): description
kwargs:
kwargs (type): description
kwargs (type): description
return (type): description
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment