summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode.statnett/__call__
blob: e807be58a67ae3b38b5523b568f3d96ef3d9829c (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: __call__
# key: _call
# group: Special methods
# --
def __call__(self, ${1:*args}):
    return $0