Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
_is_local_receiver(obj):
81
cls = obj
if
isinstance(obj, type)
else
obj.__class__
82
return
_is_local_class(cls)
83
84
85
def
_is_local_callable(obj):
Callers
4
_is_local_callable
Function · 0.85
_deserialize_function
Method · 0.85
read
Method · 0.85
read
Method · 0.85
Calls
1
_is_local_class
Function · 0.85
Tested by
no test coverage detected