1 2 3 4 5 6 7
# -*- mode: snippet -*- # name: __repr__ # key: _repr # group: Special methods # -- def __repr__(self): return $0