Skip to content

Instantly share code, notes, and snippets.

@natec425
Created June 7, 2016 18:34
Show Gist options
  • Save natec425/30599337449974ea218d08b551299f6b to your computer and use it in GitHub Desktop.
Save natec425/30599337449974ea218d08b551299f6b to your computer and use it in GitHub Desktop.
Function Design Recipe Snippet
".source.python":
"Function Design Recipe":
"prefix":"recipe"
"body":"""
def ${1:function_name}(${2:parameters}):
\"\"\" ${3:type signature}
${4:description}
${5:examples}
\"\"\"
${6:# function body}"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment