MCPcopy Create free account
hub / github.com/scanny/python-pptx / InvalidXmlError

Class InvalidXmlError

src/pptx/exc.py:19–23  ·  view source on GitHub ↗

Raised when a value is encountered in the XML that is not valid according to the schema.

Source from the content-addressed store, hash-verified

17
18
19class InvalidXmlError(PythonPptxError):
20 """
21 Raised when a value is encountered in the XML that is not valid according
22 to the schema.
23 """

Callers 4

is_emptyMethod · 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…