1 2 3 4 5 6 7
# -*- mode: snippet -*- # name: __eq__ # key: eq # group: dunder methods # -- def __eq__(self, other): return self.$1 == other.$1