Home | Trees | Indices | Help |
|
---|
|
object --+ | Validator --+ | IS_UPPER
convert to upper case
>>> IS_UPPER()('abc') ('ABC', None) >>> IS_UPPER()('ñ') ('\xc3\x91', None)
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 14 15:17:07 2013 | http://epydoc.sourceforge.net |