]>
crepu.dev Git - config.git/blame_incremental - djavu-asus/elpa/elpy-20230803.1455/snippets/python-mode/_str
... / ...
Commit | Line | Data |
| 1 | # -*- mode: snippet -*- |
| 2 | # name: _str |
| 3 | # key: _str |
| 4 | # group: Special methods |
| 5 | # -- |
| 6 | def __str__(self): |
| 7 | return $0 |