| Trees | Indices | Help |
|
|---|
|
|
object --+
|
_unicode_func_wrapper
Wraps a function, converts arguments from unicode to bytes, and return values to unicode from bytes. Function calls will raise UnicodeEncodeError if an argument fails to be encoded with the required encoding. Return values that are single strings are decoded with errors='replace'. Return values that are lists of strings are decoded with errors='strict' and elements that fail to be decoded are omitted from the returned list.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| _encoding | |||
| _func | |||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 23 22:25:35 2013 | http://epydoc.sourceforge.net |