Exemplo n.º 1
0
    def __init__(self, doc=sys.stdout):
	NullWriter.__init__(self)

	self.doc = doc
	self.list_depth = 0
        self.footnote_marker_format = '[%d]'
        self.features = []
Exemplo n.º 2
0
 def __init__(self, maxcol=72):
     self.text = ''
     self.maxcol = maxcol
     NullWriter.__init__(self)
     self.reset()
Exemplo n.º 3
0
 def __init__(self):
     NullWriter.__init__(self)
     self.saved_clear()
Exemplo n.º 4
0
 def __init__(self):
     NullWriter.__init__(self)
     self._bodyText=[]
Exemplo n.º 5
0
 def __init__(self, maxcol=72):
     self.text = ''
     self.maxcol = maxcol
     NullWriter.__init__(self)
     self.reset()
Exemplo n.º 6
0
 def __init__(self):
     NullWriter.__init__(self)
     self.saved_clear()