Camel.MimeFilterCharset¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Camel.MimeFilterCharset(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(from_charset, to_charset)¶
- Parameters:
- Returns:
a new
Camel.MimeFilterCharset
object- Return type:
Create a new
Camel.MimeFilterCharset
object to convert text from from_charset to to_charset.