MCPcopy 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
316print("Example 8")

Callers 1

simulate_phased_pipelineFunction · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected