Called after a component is created. Same as above.
(self, component, **kwargs)
| 298 | pass |
| 299 | |
| 300 | def after_component(self, component, **kwargs): |
| 301 | """ |
| 302 | Called after a component is created. Same as above. |
| 303 | """ |
| 304 | |
| 305 | pass |
| 306 | |
| 307 | def on_before_component(self, callback, *, elem_id): |
| 308 | """ |
no outgoing calls
no test coverage detected