Files
2025-03-11 21:14:26 +01:00

8 lines
135 B
Plaintext

# -*- mode: snippet -*-
# name: __round__
# key: _round
# group: Special methods
# --
def __round__(self, ndigits=None):
return $0