XRef#

class src.pyconverter.xml2py.ast_tree.XRef(element)#

Bases: Link

Provides the cross reference element.

Overview#

to_rst

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

tail

Tail of the element as a string.

Import detail#

from src.pyconverter.xml2py.ast_tree import XRef

Property detail#

property XRef.tail#

Tail of the element as a string.

Method detail#

XRef.to_rst(indent='', max_length=100)#

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