Called when the task is bound to an app. Note: This class method can be defined to do additional actions when the task class is bound to an app.
(cls, app)
| 387 | |
| 388 | @classmethod |
| 389 | def on_bound(cls, app): |
| 390 | """Called when the task is bound to an app. |
| 391 | |
| 392 | Note: |
| 393 | This class method can be defined to do additional actions when |
| 394 | the task class is bound to an app. |
| 395 | """ |
| 396 | |
| 397 | @classmethod |
| 398 | def _get_app(cls): |