(ctx, response)
| 354 | |
| 355 | |
| 356 | def _set_side_update(ctx, response) -> bool: |
| 357 | side_update = dict(ctx.updated_props) |
| 358 | if len(side_update) > 0: |
| 359 | response["sideUpdate"] = side_update |
| 360 | return True |
| 361 | return False |
| 362 | |
| 363 | |
| 364 | def _initialize_context(args, kwargs, inputs_state_indices, has_output, insert_output): |
no outgoing calls
no test coverage detected
searching dependent graphs…