summaryrefslogblamecommitdiff
path: root/snippets/python-mode/function
blob: ffde801239103572801be0f04facfd56306924b0 (plain) (tree)
1
2
3
4
5
6





                       
# -*- mode: snippet -*-
# name: function
# key: fn
# --
def $1($2):
  $3