This function is called after processing ends for AlwaysVisible scripts. args contains all values returned by components from ui()
(self, p, processed, *args)
| 284 | pass |
| 285 | |
| 286 | def postprocess(self, p, processed, *args): |
| 287 | """ |
| 288 | This function is called after processing ends for AlwaysVisible scripts. |
| 289 | args contains all values returned by components from ui() |
| 290 | """ |
| 291 | |
| 292 | pass |
| 293 | |
| 294 | def before_component(self, component, **kwargs): |
| 295 | """ |
no outgoing calls
no test coverage detected