# -*- mode: snippet -*-
|
|
# name: __str__
|
|
# key: str
|
|
# group: dunder methods
|
|
# --
|
|
def __str__(self):
|
|
$0
|