MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / set

Method set

example_code/item_072.py:92–94  ·  view source on GitHub ↗
(self, y, x, state)

Source from the content-addressed store, hash-verified

90 return super().get(y, x)
91
92 def set(self, y, x, state):
93 with self.lock:
94 return super().set(y, x, state)
95
96
97print("Example 2")

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected