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

Method stop

examples/memory/basic.py:55–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 self.thread.start()
54
55 def stop(self):
56 self.spinning = False
57 if self.thread:
58 self.thread.join()
59 print("\r" + " " * (len(self.message) + 10) + "\r", end="", flush=True)
60
61 def _spin(self):
62 chars = "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏"

Callers 1

conversation_loopFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected