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

Method sort_changed

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

Source from the content-addressed store, hash-verified

405
406 @on(Select.Changed, "#sample-sort")
407 async def sort_changed(self, event):
408 v = event.value
409 self.update_result_options(sort_desc=None if v == 0 else False if v == 1 else True)
410 await self.update_content()
411
412 @on(SelectionList.SelectedChanged, "#fields-select")
413 async def fields_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