This function is called before processing begins for AlwaysVisible scripts. You can modify the processing object (p) here, inject hooks, etc. args contains all values returned by components from ui()
(self, p, *args)
| 150 | pass |
| 151 | |
| 152 | def process(self, p, *args): |
| 153 | """ |
| 154 | This function is called before processing begins for AlwaysVisible scripts. |
| 155 | You can modify the processing object (p) here, inject hooks, etc. |
| 156 | args contains all values returned by components from ui() |
| 157 | """ |
| 158 | |
| 159 | pass |
| 160 | |
| 161 | def before_process_batch(self, p, *args, **kwargs): |
| 162 | """ |
no outgoing calls
no test coverage detected