MCPcopy Create free account
hub / github.com/sissaschool/xmlschema / XMLResourceOSError

Class XMLResourceOSError

xmlschema/exceptions.py:72–76  ·  view source on GitHub ↗

Raised when an XMLResource calls a system function that returns a system-related error, including I/O operations.

Source from the content-addressed store, hash-verified

70
71
72class XMLResourceOSError(XMLResourceError, OSError):
73 """
74 Raised when an XMLResource calls a system function that returns a system-related error,
75 including I/O operations.
76 """

Callers 4

open_urlMethod · 0.90
openMethod · 0.90
fetch_resourceFunction · 0.90
defuse_xmlFunction · 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…