MCPcopy Index your code
hub / github.com/python-openxml/python-docx / InvalidXmlError

Class InvalidXmlError

src/docx/oxml/exceptions.py:8–10  ·  view source on GitHub ↗

Raised when invalid XML is encountered, such as on attempt to access a missing required child element.

Source from the content-addressed store, hash-verified

6
7
8class InvalidXmlError(XmlchemyError):
9 """Raised when invalid XML is encountered, such as on attempt to access a missing
10 required child element."""

Callers 4

convert_from_xmlMethod · 0.90
convert_from_xmlMethod · 0.90
get_attr_valueMethod · 0.90
get_child_elementMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…