(choice, row)
| 146 | put_buttons([('popup()', '')], onclick=[show_popup]) |
| 147 | |
| 148 | def edit_row(choice, row): |
| 149 | put_text("You click %s button at row %s" % (choice, row), scope='table_cell_buttons') |
| 150 | |
| 151 | with use_scope('table_cell_buttons'): |
| 152 | put_table([ |
nothing calls this directly
no test coverage detected
searching dependent graphs…