MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / IdsXmlValidationError

Class IdsXmlValidationError

src/ifctester/ifctester/ids.py:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class IdsXmlValidationError(Exception):
51 def __init__(self, xml_error: XMLSchemaValidationError, message: str):
52 self.xml_error = xml_error
53 super().__init__(message)
54
55
56def open(filepath: str, validate: bool = False) -> Ids:

Callers 3

ids_from_xml_stringFunction · 0.90
openFunction · 0.85
from_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected