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