Package konval :: Module typeval
[hide private]
[frames] | no frames]

Module typeval

source code

Validators that confirm or convert types.
Classes [hide private]
  ToType
Convert a value to a given type.
  ToInt
Convert a value to an integer.
  ToFloat
Convert a value to a float.
  ToStr
Convert a value to a string.
  ToList
Convert a value to a string.
  ToNumber
Convert a value to a the best fit numerical representation.
  IsInstance
Checks that values are instances of a list of classes or their subclasses.
  IsType
Checks that values are instances of a list of classes (not their subclasses).
  StrToBool
Converts common abbreviations for true-false to boolean values.
Variables [hide private]
  __package__ = 'konval'