GMime.FilterStrip¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
lwsp  | 
r  | 
||
parent_object  | 
r  | 
parent   | 
Class Details¶
- class GMime.FilterStrip(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
A filter for stripping whitespace from the end of lines.
- classmethod new()¶
 - Returns:
 a new strip filter.
- Return type:
 
Creates a new
GMime.FilterStripfilter which will strip trailing whitespace from every line of input passed through the filter.