OLink
#
- class src.pyconverter.xml2py.ast_tree.OLink(element)#
Bases:
Element
Provides the external link element.
Overview#
Import detail#
from src.pyconverter.xml2py.ast_tree import OLink
Property detail#
- property OLink.targetptr#
Value for the
targetptr
contained in the OLink element.
- property OLink.targetdoc#
Value for the
targetdoc
parameter contained in the OLink element.
Method detail#
- OLink.to_rst(indent='', max_length=100, links=None, base_url=None)#
Return a string to enable converting the element to an RST format.