Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/anthropic-sdk-python
/ start
Method
start
examples/memory/basic.py:50–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
self.thread = None
49
50
def
start(self):
51
self.spinning = True
52
self.thread = threading.Thread(target=self._spin)
53
self.thread.start()
54
55
def
stop(self):
56
self.spinning = False
Callers
13
conversation_loop
Function · 0.95
test_copy_build_request
Method · 0.45
test_copy_build_request
Method · 0.45
test_one_state_shared_across_threads
Method · 0.45
test_concurrent_mandatory_refresh_single_flight
Method · 0.45
test_advisory_caller_skips_when_refresh_in_flight
Method · 0.45
test_non_anthropic_error_from_provider_releases_waiters
Method · 0.45
test_bash_session_persistence
Function · 0.45
test_bash_timeout
Function · 0.45
test_bash_sentinel_not_spoofable
Function · 0.45
test_bash_stdin_redirect
Function · 0.45
test_bash_session_closed_property
Function · 0.45
Calls
no outgoing calls
Tested by
12
test_copy_build_request
Method · 0.36
test_copy_build_request
Method · 0.36
test_one_state_shared_across_threads
Method · 0.36
test_concurrent_mandatory_refresh_single_flight
Method · 0.36
test_advisory_caller_skips_when_refresh_in_flight
Method · 0.36
test_non_anthropic_error_from_provider_releases_waiters
Method · 0.36
test_bash_session_persistence
Function · 0.36
test_bash_timeout
Function · 0.36
test_bash_sentinel_not_spoofable
Function · 0.36
test_bash_stdin_redirect
Function · 0.36
test_bash_session_closed_property
Function · 0.36
test_bash_outer_cancel_closes_subprocess_no_stale_state
Function · 0.36