# -*- mode: snippet -*-
|
|
# name: __hex__
|
|
# key: __hex__
|
|
# group: Special methods
|
|
# --
|
|
def __hex__(self):
|
|
return $0
|