MCPcopy
hub / github.com/celery/celery / CustomStampingVisitor

Class CustomStampingVisitor

t/integration/test_canvas.py:3427–3429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3425 )
3426
3427 class CustomStampingVisitor(StampingVisitor):
3428 def on_signature(self, sig, **headers) -> dict:
3429 return {"on_signature": 42}
3430
3431 with subtests.test("Prepare canvas workflow and stamp it"):
3432 link_sig = identity.si("link")

Calls

no outgoing calls