GMime.StreamNull¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
count_newlines |
r |
whether or not the stream should count newlines |
|
newlines |
r |
the number of newlines written to this stream |
|
parent_object |
r |
parent |
|
written |
r |
number of bytes written to this stream |
Class Details¶
- class GMime.StreamNull(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A
GMime.Stream
which has no backing store.- classmethod new()¶
- Returns:
a new null stream (similar to /dev/null on Unix).
- Return type:
Creates a new
GMime.StreamNull
object.