dotar/vim/snippets/python/def.snippet
2011-11-17 16:00:49 -06:00

3 lines
32 B
Plaintext
Executable File

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