Refname#

class src.pyconverter.xml2py.ast_tree.Refname(element, terms=None)#

Bases: Element

Provides the refname element which contains the name of a reference.

Overview#

terms

Terms of the element.

raw_args

Raws containing the command arguments.

args

Command arguments.

Import detail#

from src.pyconverter.xml2py.ast_tree import Refname

Property detail#

property Refname.terms#

Terms of the element.

property Refname.raw_args#

Raws containing the command arguments.

property Refname.args#

Command arguments.