MCPcopy Create free account
hub / github.com/KnowledgeXLab/LeanRAG / __call__

Method __call__

tools/_utils.py:227–228  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

225 func: callable
226
227 async def __call__(self, *args, **kwargs) -> np.ndarray:
228 return await self.func(*args, **kwargs)
229
230
231# Decorators ------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected