MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / getcell

Method getcell

tools/python-3.11.9-amd64/Tools/demo/spreadsheet.py:63–64  ·  view source on GitHub ↗
(self, x, y)

Source from the content-addressed store, hash-verified

61 return seq
62
63 def getcell(self, x, y):
64 return self.cells.get((x, y))
65
66 def setcell(self, x, y, cell):
67 assert x > 0 and y > 0

Callers 3

cellvalueMethod · 0.95
load_entryMethod · 0.80
syncMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected