UltiSnips/PySnippets/python.snippets

6 lines
82 B
Plaintext

snippet db
debug("${1/(\w+)(, *)?/$1: %s(?2:, )/g}" % (${1:args}))
$0
endsnippet