Graphic#

class src.pyconverter.xml2py.ast_tree.Graphic(element, parse_children=True)#

Bases: Element

Provides the graphic element.

Overview#

to_rst

Return a string to enable converting the element to an RST format.

entityref

Value of the entityref parameter contained in the graphic element.

Import detail#

from src.pyconverter.xml2py.ast_tree import Graphic

Property detail#

property Graphic.entityref#

Value of the entityref parameter contained in the graphic element.

Method detail#

Graphic.to_rst(fcache, indent='', max_length=100)#

Return a string to enable converting the element to an RST format.