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