8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: __format__
|
|
# key: _format
|
|
# group: Special methods
|
|
# --
|
|
def __format__(self, format_spec):
|
|
return $0
|