Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ append
Method
append
Lib/test/test_free_threading/test_monitoring.py:247–249 ·
view source on GitHub ↗
(self, trace)
Source
from the content-addressed store, hash-verified
245
self.traces_lock = threading.Lock()
246
247
def
append(self, trace):
248
with
self.traces_lock:
249
self.traces.append(trace)
250
251
252
@threading_helper.requires_working_threading()
Callers
15
_test_concurrent_operations
Method · 0.45
_test_reentrant_cache_clear
Method · 0.45
read_row
Method · 0.45
write_row
Method · 0.45
test_code_attrs
Method · 0.45
worker
Method · 0.45
test_racing_join_extend
Method · 0.45
test_racing_join_replace
Method · 0.45
next_token
Method · 0.45
test_tokenizer_iter
Method · 0.45
encode_json_helper
Function · 0.45
worker
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected