MCPcopy 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
76def _is_local_class(cls):
77 return _is_local_qualname(cls.__module__, cls.__qualname__)
78
79
80def _is_local_receiver(obj):

Callers 4

_is_local_receiverFunction · 0.85
_is_local_callableFunction · 0.85
readMethod · 0.85

Calls 1

_is_local_qualnameFunction · 0.85

Tested by

no test coverage detected