GMime.FilterCharset¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
cd |
r |
charset conversion state |
|
from_charset |
r |
charset that the filter is converting from |
|
parent_object |
r |
parent |
|
to_charset |
r |
charset the filter is converting to |
Class Details¶
- class GMime.FilterCharset(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A filter to convert between charsets.
- classmethod new(from_charset, to_charset)¶
- Parameters:
- Returns:
a new charset filter or
None
if the charset conversion is not possible.- Return type:
Creates a new
GMime.FilterCharset
filter.