Skip to content

Instantly share code, notes, and snippets.

@curtisforrester
Created September 25, 2015 14:18
Show Gist options
  • Save curtisforrester/dd44dbacdb3435c8966f to your computer and use it in GitHub Desktop.
Save curtisforrester/dd44dbacdb3435c8966f to your computer and use it in GitHub Desktop.
Atom.io snippet to generate a Python method skeleton
'.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