Created
September 25, 2015 14:18
-
-
Save curtisforrester/dd44dbacdb3435c8966f to your computer and use it in GitHub Desktop.
Atom.io snippet to generate a Python method skeleton
This file contains 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': | |
'Class method': | |
'prefix': 'defs' | |
'body': """ | |
def ${1:foo}(self$2): | |
\\"\\"\\" $3 | |
:unit_test: | |
\\"\\"\\" | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment