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

Method check_reduce_callable

python/pyfory/policy.py:417–419  ·  view source on GitHub ↗

Alias for intercept_reduce_call.

(self, callable_obj, args, **kwargs)

Source from the content-addressed store, hash-verified

415
416 # Hook aliases
417 def check_reduce_callable(self, callable_obj, args, **kwargs):
418 """Alias for intercept_reduce_call."""
419 return self.intercept_reduce_call(callable_obj, args, **kwargs)
420
421 def inspect_reduced_object(self, obj, **kwargs):
422 """Inspect and validate an object after __reduce__ protocol reconstruction.

Callers

nothing calls this directly

Calls 1

intercept_reduce_callMethod · 0.95

Tested by

no test coverage detected