MCPcopy 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

read_rowMethod · 0.45
write_rowMethod · 0.45
test_code_attrsMethod · 0.45
workerMethod · 0.45
next_tokenMethod · 0.45
test_tokenizer_iterMethod · 0.45
encode_json_helperFunction · 0.45
workerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected