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

Method ack

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

Source from the content-addressed store, hash-verified

59 return _next_poll_result(self._poll_script)
60
61 def ack(self, work_id: str, **kwargs: Any) -> None:
62 self.ack_calls.append((work_id, kwargs))
63
64 def stop(self, work_id: str, **kwargs: Any) -> None:
65 self.stop_calls.append((work_id, kwargs))

Calls

no outgoing calls

Tested by

no test coverage detected