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