xml_path#

pyconverter.xml2py.directory_format.xml_path(path=None)#

Return the path to the directory containing the XML documentation. You should follow the predefined directory structure.

Parameters:
pathstr, optional

Path of the XML documentation to convert. The default is None, in which case the path is set with either the argument parser -p or --xml-path, or with the XML_PATH environment variable.

Returns:
str

Path of the XML documentation to convert.