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

Method get

example_code/item_072.py:88–90  ·  view source on GitHub ↗
(self, y, x)

Source from the content-addressed store, hash-verified

86 return super().__str__()
87
88 def get(self, y, x):
89 with self.lock:
90 return super().get(y, x)
91
92 def set(self, y, x, state):
93 with self.lock:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected