Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ put
Method
put
example_code/item_070.py:72–74 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
70
71
print(
"Example 3"
)
72
def
put(self, item):
73
with
self.lock:
74
self.items.append(item)
75
76
77
print(
"Example 4"
)
Callers
6
run
Method · 0.80
simulate_pipeline
Function · 0.80
simulate_phased_pipeline
Function · 0.80
run
Method · 0.80
item_070.py
File · 0.80
run
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected