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

Method fields_changed

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

Source from the content-addressed store, hash-verified

411
412 @on(SelectionList.SelectedChanged, "#fields-select")
413 async def fields_changed(self, event):
414 await self.update_content()
415
416 @on(SelectionList.SelectedChanged, "#fields-select-all")
417 async def fields_all_changed(self, event):

Callers

nothing calls this directly

Calls 1

update_contentMethod · 0.95

Tested by

no test coverage detected