(_id, props)
| 154 | maybe_progress = [_set_progress] if progress else [] |
| 155 | |
| 156 | def _set_props(_id, props): |
| 157 | cache.set( |
| 158 | f"{result_key}-set_props", |
| 159 | json.dumps({_id: props}, cls=PlotlyJSONEncoder), |
| 160 | ) |
| 161 | |
| 162 | ctx = copy_context() |
| 163 |
nothing calls this directly
no test coverage detected
searching dependent graphs…