|
__init__(self,
snippet=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
handle_attrs(self,
layout)
get an attribute string from layout member attributes |
source code
|
|
|
|
|
|
|
visit_section(self,
layout)
display a section as html, using div + h[section level] |
source code
|
|
|
visit_title(self,
layout)
display a title using <hX> |
source code
|
|
|
visit_table(self,
layout)
display a table as html |
source code
|
|
|
visit_list(self,
layout)
display a list as html |
source code
|
|
|
visit_paragraph(self,
layout)
display links (using <p>) |
source code
|
|
|
visit_span(self,
layout)
display links (using <p>) |
source code
|
|
|
visit_link(self,
layout)
display links (using <a>) |
source code
|
|
|
visit_verbatimtext(self,
layout)
display verbatim text (using <pre>) |
source code
|
|
|
|
Inherited from BaseWriter :
compute_content ,
format ,
format_children ,
get_table_content ,
write ,
writeln
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|