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