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

8 lines
118 B
Plaintext

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