]> git.llucax.com Git - software/pymin.git/commit
Add common Int related validators (refs #20)
authorLeandro Lucarella <llucax@gmail.com>
Wed, 25 Jun 2008 03:12:41 +0000 (00:12 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 28 Jun 2008 04:54:01 +0000 (01:54 -0300)
commitcfd04e3240085f95fd7e2fd7f48f57ecf2a5989e
treeb5fcfa2e804ad045974a41ace2762af572366499
parent7ad115e92272038d9d3cd7cfd26bde6c0d5a7146
Add common Int related validators (refs #20)

Is very common to validate a number that must be in the range of an
(unsigned) integer of 8/16/32/64 bits. Int8, UInt8, Int16, UInt16, Int32,
UInt32, Int64 and UInt64  are provided for that.
pymin/validation.py