xmlWriter: Tools for writing XML data
xmlWriter.py – Simple XML authoring class
- class fontTools.misc.xmlWriter.XMLWriter(fileOrPath: str | PathLike[str] | BinaryIO | TextIO, indentwhite: str = ' ', idlefunc: Callable[[], None] | None = None, encoding: str = 'utf_8', newlinestr: str | bytes = '\n')[source]
Bases:
object