Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ _is_local_qualname
Function
_is_local_qualname
python/pyfory/serializer.py:72–73 ·
view source on GitHub ↗
(module_name, qualname)
Source
from the content-addressed store, hash-verified
70
71
72
def
_is_local_qualname(module_name, qualname):
73
return
module_name ==
"__main__"
or
"<locals>"
in qualname
74
75
76
def
_is_local_class(cls):
Callers
7
_resolve_validated_module_qualname
Function · 0.85
_is_local_class
Function · 0.85
_is_local_callable
Function · 0.85
_resolve_global_name
Method · 0.85
read
Method · 0.85
_deserialize_function
Method · 0.85
read
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected