MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / ack

Method ack

tests/lib/environments/test_poller_method.py:63–64  ·  view source on GitHub ↗
(self, work_id: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

61 return nxt
62
63 def ack(self, work_id: str, **kwargs: Any) -> None:
64 self.ack_calls.append((work_id, kwargs))
65
66 def stop(self, work_id: str, **kwargs: Any) -> None:
67 self.stop_calls.append((work_id, kwargs))

Calls

no outgoing calls

Tested by

no test coverage detected