summary refs log tree commit diff
path: root/snippets/python-mode/function
blob: ffde801239103572801be0f04facfd56306924b0 (plain) (blame)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: function
# key: fn
# --
def $1($2):
  $3