Home | Trees | Indices | Help |
|
---|
|
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(object='') -> unicode object unicode(string[, encoding[, errors]]) -> unicode 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 help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:55:05 2013 | http://epydoc.sourceforge.net |