MCPcopy Create free account
hub / github.com/apache/fory / check_restored_reduced_object

Method check_restored_reduced_object

python/pyfory/policy.py:468–470  ·  view source on GitHub ↗

Alias for inspect_reduced_object.

(self, obj, **kwargs)

Source from the content-addressed store, hash-verified

466
467 # Hook aliases
468 def check_restored_reduced_object(self, obj, **kwargs):
469 """Alias for inspect_reduced_object."""
470 return self.inspect_reduced_object(obj, **kwargs)
471
472 def intercept_setstate(self, obj, state, **kwargs):
473 """Intercept and validate __setstate__ protocol before state restoration.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected