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

Method step_changed

verl/scripts/rollout_viewer.py:395–398  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

393
394 @on(Select.Changed, "#step-select")
395 async def step_changed(self, event):
396 self.selected_step_index = event.value
397 self.update_result_options()
398 await self.update_content()
399
400 @on(Select.Changed, "#sample-select")
401 async def sample_changed(self, event):

Callers

nothing calls this directly

Calls 2

update_result_optionsMethod · 0.95
update_contentMethod · 0.95

Tested by

no test coverage detected