Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ binding
Method
binding
celery/backends/rpc.py:390–396 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
388
389
@property
390
def
binding(self):
391
return
self.Queue(
392
self.oid, self.exchange, self.oid,
393
durable=False,
394
auto_delete=True,
395
expires=self.expires,
396
)
397
398
@cached_property
399
def
oid(self):
Callers
2
on_task_call
Method · 0.95
test_on_task_call
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_on_task_call
Method · 0.64