2016-02-18 14:53:30 +01:00

7 lines
112 B
Plaintext

# -*- mode: snippet -*-
# name: __unicode__
# key: un
# group: dunder methods
# --
def __unicode__(self):
$0