helper.numeric — Manipulate numeric

class dp_tornado.helper.numeric.NumericHelper(category=None, path_prefix=None)[source]

Bases: dp_tornado.engine.helper.Helper

extract_numbers(string)[source]
from_xxx(x)[source]
int(a, raise_exception=True)[source]
long(a, raise_exception=True)[source]
number_format(value, tsep=', ', dsep='.')[source]
to_xxx(x)[source]
xxx