MCPcopy
hub / github.com/celery/celery / on_bound

Method on_bound

celery/app/task.py:389–395  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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):

Callers 1

bindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected