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

Method check_setstate

python/pyfory/policy.py:528–530  ·  view source on GitHub ↗

Alias for intercept_setstate.

(self, obj, state, **kwargs)

Source from the content-addressed store, hash-verified

526
527 # Hook alias
528 def check_setstate(self, obj, state, **kwargs):
529 """Alias for intercept_setstate."""
530 return self.intercept_setstate(obj, state, **kwargs)
531
532
533DEFAULT_POLICY = DeserializationPolicy()

Callers

nothing calls this directly

Calls 1

intercept_setstateMethod · 0.95

Tested by

no test coverage detected