MCPcopy
hub / github.com/zenml-io/zenml / async_decorated

Function async_decorated

src/zenml/zen_server/utils.py:696–702  ·  view source on GitHub ↗
(*args: P.args, **kwargs: P.kwargs)

Source from the content-addressed store, hash-verified

694
695 @wraps(func)
696 async def async_decorated(*args: P.args, **kwargs: P.kwargs) -> Any:
697 return await request_manager().execute(
698 translated,
699 deduplicate,
700 *args,
701 **kwargs,
702 )
703
704 return async_decorated
705

Callers

nothing calls this directly

Calls 2

request_managerFunction · 0.85
executeMethod · 0.45

Tested by

no test coverage detected