Double

class Cauldron.types.Double[source] [edit on github]

Bases: Cauldron.types.Basic

A numerical value keyword.

Attributes Summary

KTL_ALIASES
KTL_DISPATCHER
KTL_REGISTERED
KTL_TYPE

Methods Summary

postread(value) Post read
translate(value) Translate the value into something we can deal with.

Attributes Documentation

KTL_ALIASES = ()
KTL_DISPATCHER = None
KTL_REGISTERED = False
KTL_TYPE = 'double'

Methods Documentation

postread(value)[source] [edit on github]

Post read

translate(value)[source] [edit on github]

Translate the value into something we can deal with.