8 lines
115 B
Text
8 lines
115 B
Text
![]() |
# -*- mode: snippet -*-
|
||
|
# name: _hash
|
||
|
# key: _hash
|
||
|
# group: Special methods
|
||
|
# --
|
||
|
def __hash__(self):
|
||
|
return $0
|