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 Sun Mar 16 02:36:20 2014 | http://epydoc.sourceforge.net |