1. XTypes

exception XValueError( )
The exception XValueError is raised when the check of a value is false.

class XType( )
This class is abstract, don't use it directly. The XType instances are callable with a value to be tested. If the value is ok, returns it (converted in the good type if necessary). Raise XValueError if check is false.



Subsections