MCPcopy Create free account
hub / github.com/python-jsonschema/jsonschema / create_from

Method create_from

jsonschema/exceptions.py:129–130  ·  view source on GitHub ↗
(cls, other: _Error)

Source from the content-addressed store, hash-verified

127
128 @classmethod
129 def create_from(cls, other: _Error):
130 return cls(**other._contents())
131
132 @property
133 def absolute_path(self) -> Sequence[str | int]:

Callers 1

check_schemaMethod · 0.80

Calls 1

_contentsMethod · 0.80

Tested by

no test coverage detected