DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.1%2Bdfsg-2 / snippets / python-mode / __call__
1234567
# -*- mode: snippet -*- # name: __call__ # key: _call # group: Special methods # -- def __call__(self, ${1:*args}): return $0