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

Method execute_engine

training/verl/single_controller/base/dp.py:30–33  ·  view source on GitHub ↗
(self, method_name, *args, **kwargs)

Source from the content-addressed store, hash-verified

28 raise NotImplementedError
29
30 def execute_engine(self, method_name, *args, **kwargs):
31 print(f"execute_engine called with method={method_name}")
32 func = getattr(self._engine, method_name)
33 return func(*args, **kwargs)
34
35 def execute_module(self, method_name, *args, **kwargs):
36 print(f"execute_module called with method={method_name}")

Callers

nothing calls this directly

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected