Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ _is_local_class
Function
_is_local_class
python/pyfory/serializer.py:76–77 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
74
75
76
def
_is_local_class(cls):
77
return
_is_local_qualname(cls.__module__, cls.__qualname__)
78
79
80
def
_is_local_receiver(obj):
Callers
4
_is_local_receiver
Function · 0.85
_is_local_callable
Function · 0.85
_validate_global_object
Method · 0.85
read
Method · 0.85
Calls
1
_is_local_qualname
Function · 0.85
Tested by
no test coverage detected