depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
users
/
wpcarro
/
emacs
/
.emacs.d
/
snippets
/
python-mode
/
function
blob: 379ceda1a3a6d38cc7e4943360058898bcd3be4b (
plain
) (
tree
)
df7385af0d2a
^
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: Function
# key: fn
# --
def $1($2):
$3