summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode.statnett/function
blob: 5a39d8ffed612d7ab267a9d49492391dda61859f (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: function
# key: fn
# group: definitions
# --
def ${1:fun}(${2:args}):
    """"""
    $0