MCPcopy Create free account
hub / github.com/InternLM/InternBootcamp / dummy_inner

Function dummy_inner

verl/verl/utils/transferqueue_utils.py:313–315  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

311
312 @wraps(func)
313 def dummy_inner(*args, **kwargs):
314 output = func(*args, **kwargs)
315 return output
316
317 @wraps(func)
318 async def dummy_async_inner(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected