Package muntjac :: Package data :: Package validators
[hide private]
[frames] | no frames]

Source Code for Package muntjac.data.validators

1  """Provides various L{IValidator} implementations. 
2   
3  L{AbstractValidator} provides an abstract implementation of the L{Validator} 
4  interface and can be extended for custom validation needs. 
5  L{AbstractStringValidator} can also be extended if the value is a string. 
6  """ 
7