2016-10-20 10:27:10 +02:00

7 lines
112 B
Plaintext

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