(data)
| 466 | check_item_data = [] |
| 467 | |
| 468 | def check_item(data): |
| 469 | check_item_data.append(repr(data)) |
| 470 | |
| 471 | info = yield input_group('Input group', [ |
| 472 | input('Text', type=TEXT, datalist=['data-%s' % i for i in range(10)], name='text', |
nothing calls this directly
no test coverage detected
searching dependent graphs…