MythTV  master
Public Member Functions | Public Attributes | List of all members
thewb.OutStreamEncoder Class Reference
Inheritance diagram for thewb.OutStreamEncoder:
Inheritance graph
[legend]
Collaboration diagram for thewb.OutStreamEncoder:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, outstream, encoding=None)
 
def write (self, obj)
 
def __getattr__ (self, attr)
 

Public Attributes

 out
 
 encoding
 

Detailed Description

Wraps a stream with an encoder

Definition at line 83 of file thewb.py.

Constructor & Destructor Documentation

◆ __init__()

def thewb.OutStreamEncoder.__init__ (   self,
  outstream,
  encoding = None 
)

Definition at line 85 of file thewb.py.

Member Function Documentation

◆ write()

def thewb.OutStreamEncoder.write (   self,
  obj 
)
Wraps the output stream, encoding Unicode strings with the specified encoding

Definition at line 92 of file thewb.py.

◆ __getattr__()

def thewb.OutStreamEncoder.__getattr__ (   self,
  attr 
)
Delegate everything but write to the stream

Definition at line 98 of file thewb.py.

Member Data Documentation

◆ out

thewb.OutStreamEncoder.out

◆ encoding

thewb.OutStreamEncoder.encoding

The documentation for this class was generated from the following file: