MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / _pin_output

Function _pin_output

pywebio/pin.py:144–147  ·  view source on GitHub ↗
(single_input_return, scope, position)

Source from the content-addressed store, hash-verified

142
143
144def _pin_output(single_input_return, scope, position):
145 input_kwargs = single_input_kwargs(single_input_return)
146 spec = _get_output_spec('pin', input=input_kwargs['item_spec'], scope=scope, position=position)
147 return Output(spec)
148
149
150def put_input(name: str, type: str = 'text', *, label: str = '', value: str = None, placeholder: str = None,

Callers 8

put_inputFunction · 0.85
put_textareaFunction · 0.85
put_selectFunction · 0.85
put_checkboxFunction · 0.85
put_radioFunction · 0.85
put_sliderFunction · 0.85
put_actionsFunction · 0.85
put_file_uploadFunction · 0.85

Calls 3

_get_output_specFunction · 0.90
single_input_kwargsFunction · 0.85
OutputClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…