Files
emacs/lisp/yasnippet-snippets/snippets/python-mode/__neg__
2025-03-11 21:14:26 +01:00

8 lines
115 B
Plaintext

# -*- mode: snippet -*-
# name: __neg__
# key: _neg
# group: Special methods
# --
def __neg__(self):
return $0