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

Method cellvalue

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

Source from the content-addressed store, hash-verified

43 )
44
45 def cellvalue(self, x, y):
46 cell = self.getcell(x, y)
47 if hasattr(cell, 'recalc'):
48 return cell.recalc(self.ns)
49 else:
50 return cell
51
52 def multicellvalue(self, x1, y1, x2, y2):
53 if x1 > x2:

Callers 1

multicellvalueMethod · 0.95

Calls 2

getcellMethod · 0.95
recalcMethod · 0.45

Tested by

no test coverage detected