MCPcopy
hub / github.com/PRIME-RL/PRIME / inner

Function inner

training/verl/single_controller/base/decorator.py:401–404  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

399
400 @wraps(func)
401 def inner(*args, **kwargs):
402 if materialize_futures:
403 args, kwargs = _materialize_futures(*args, **kwargs)
404 return func(*args, **kwargs)
405
406 attrs = {'dispatch_mode': dispatch_mode, 'execute_mode': execute_mode, 'blocking': blocking}
407 setattr(inner, MAGIC_ATTR, attrs)

Callers

nothing calls this directly

Calls 2

_materialize_futuresFunction · 0.85
funcFunction · 0.85

Tested by

no test coverage detected