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

Method stop

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

Source from the content-addressed store, hash-verified

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))
68
69
70class FakeAsyncWork:

Calls

no outgoing calls

Tested by

no test coverage detected