MCPcopy Index your code
hub / github.com/apache/fory / add_load_handler

Method add_load_handler

python/pyfory/utils.py:57–59  ·  view source on GitHub ↗
(self, func: Callable)

Source from the content-addressed store, hash-verified

55 return ret
56
57 def add_load_handler(self, func: Callable):
58 self._on_loads.append(func)
59 return func
60
61 if importlib.util.find_spec(prefix_name) is not None:
62 return LazyModule()

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected