(d)
| 260 | item_spec['action'] = dict(label=label, callback_id=callback_id) |
| 261 | |
| 262 | def preprocess_func(d): # Convert the original data submitted by the user |
| 263 | if value_setter is not None and value_setter.label == d: |
| 264 | return value_setter.value |
| 265 | |
| 266 | return d |
| 267 | |
| 268 | return single_input(item_spec, valid_func, preprocess_func, onchange_func) |
| 269 |
no outgoing calls
no test coverage detected
searching dependent graphs…