Created
June 7, 2016 18:34
-
-
Save natec425/30599337449974ea218d08b551299f6b to your computer and use it in GitHub Desktop.
Function Design Recipe Snippet
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
".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