8 lines
112 B
Text
8 lines
112 B
Text
![]() |
# -*- mode: snippet -*-
|
||
|
# name: _hex
|
||
|
# key: _hex
|
||
|
# group: Special methods
|
||
|
# --
|
||
|
def __hex__(self):
|
||
|
return $0
|