yasnippet-snippets/snippets/python-mode/str

7 lines
105 B
Plaintext
Raw Normal View History

2011-07-07 14:32:44 +02:00
# -*- mode: snippet -*-
2013-11-27 22:36:32 +01:00
# name: __str__
2011-07-07 14:32:44 +02:00
# key: str
2013-11-27 22:36:32 +01:00
# group: dunder methods
2011-07-07 14:32:44 +02:00
# --
def __str__(self):
$0