about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/python-mode/function
blob: 379ceda1a3a6d38cc7e4943360058898bcd3be4b (plain) (blame)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: Function
# key: fn
# --
def $1($2):
    $3