| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
GuessStringType
Decorator that guesses the correct version (A or W) to call based on the types of the strings passed as parameters.
Calls the ANSI version if the only string types are ANSI.
Calls the Unicode version if Unicode or mixed string types are passed.
The default if no string arguments are passed depends on the value of the t_default class variable.
|
|||
|
t_ansi str(object) -> string |
|||
|
t_unicode unicode(string [, encoding[, errors]]) -> object |
|||
| type |
t_default Default string type to use. |
||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| function |
fn_ansi ANSI version of the API function to call. |
||
| function |
fn_unicode Unicode (wide) version of the API function to call. |
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 20 14:32:18 2010 | http://epydoc.sourceforge.net |