Converters

cion.converters.integer()[source]

Attempts to convert a value to an integer

Returns:

InnerValidator – The inner validator

cion.converters.string()[source]

Attempts to convert a value to a string

Most objects can be converted to a string, but if some things override the __str__ method, this will not work and will error

Returns:

InnerValidator – The inner validator