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

Method stop

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

Source from the content-addressed store, hash-verified

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))
66
67
68class FakeAsyncWork:

Calls

no outgoing calls

Tested by

no test coverage detected