DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.1%2Bdfsg-2 / snippets / python-mode / __divmod__
1234567
# -*- mode: snippet -*- # name: __divmod__ # key: _divmod # group: Special methods # -- def __divmod__(self, other): return $0