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

Function _is_local_receiver

python/pyfory/serializer.py:80–82  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

78
79
80def _is_local_receiver(obj):
81 cls = obj if isinstance(obj, type) else obj.__class__
82 return _is_local_class(cls)
83
84
85def _is_local_callable(obj):

Callers 4

_is_local_callableFunction · 0.85
_deserialize_functionMethod · 0.85
readMethod · 0.85
readMethod · 0.85

Calls 1

_is_local_classFunction · 0.85

Tested by

no test coverage detected