MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / check_item

Function check_item

test/template.py:468–469  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

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',

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…