1 2 3 4 5 6 7
# -*- mode: snippet -*- # name: __call__ # key: _call # group: Special methods # -- def __call__(self, ${1:*args}): return $0