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