Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ set
Method
set
example_code/item_073.py:311–313 ·
view source on GitHub ↗
(self, y, x, state)
Source
from the content-addressed store, hash-verified
309
return
super().get(y, x)
310
311
def
set(self, y, x, state):
312
with
self.lock:
313
return
super().set(y, x, state)
314
315
316
print(
"Example 8"
)
Callers
1
simulate_phased_pipeline
Function · 0.95
Calls
1
set
Method · 0.45
Tested by
no test coverage detected