Paragraph
#
- class src.pyconverter.xml2py.ast_tree.Paragraph(element, parse_children=True)#
Bases:
Element
Provides the paragraph element.
Overview#
Return a string to enable converting the element to an RST format. |
Return the revision flag. |
Import detail#
from src.pyconverter.xml2py.ast_tree import Paragraph
Property detail#
- property Paragraph.revisionflag#
Return the revision flag.
Method detail#
- Paragraph.__repr__()#
- Paragraph.to_rst(indent='', max_length=100, links=None, base_url=None, fcache=None)#
Return a string to enable converting the element to an RST format.