Home | Trees | Indices | Help |
|
---|
|
object --+ | Validator --+ | IS_LOWER
convert to lower case
>>> IS_LOWER()('ABC') ('abc', None) >>> IS_LOWER()('Ñ') ('\xc3\xb1', None)
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 16 02:36:20 2014 | http://epydoc.sourceforge.net |