GMime.StreamPipe¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
eos  | 
r  | 
  | 
|
fd  | 
r  | 
pipe descriptor  | 
|
owner  | 
r  | 
  | 
|
parent_object  | 
r  | 
parent   | 
Class Details¶
- class GMime.StreamPipe(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
A
GMime.Streamwrapper around pipes.- classmethod new(fd)¶
 - Parameters:
 fd (
int) – a pipe descriptor- Returns:
 a stream using fd.
- Return type:
 
Creates a new
GMime.StreamPipeobject around fd.
- get_owner()¶
 - 
Gets whether or not self owns the backend pipe descriptor.