mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
# -*- coding: utf-8 -*-
|
|
# name: def
|
|
# contributor: Orestis Markou
|
|
# contributor: Yasser González Fernández <yglez@uh.cu>
|
|
# --
|
|
def ${1:name}($2):
|
|
"""$3
|
|
${2:$
|
|
(yas/python-rebuscate)
|
|
}
|
|
$0
|