mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/snipmate-snippets/python/def.snippet

3 lines
31 B
Plaintext

def ${1:name}(${2:data}):
${3}