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

Method setcell

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

Source from the content-addressed store, hash-verified

64 return self.cells.get((x, y))
65
66 def setcell(self, x, y, cell):
67 assert x > 0 and y > 0
68 assert isinstance(cell, BaseCell)
69 self.cells[x, y] = cell
70
71 def clearcell(self, x, y):
72 try:

Callers 3

test_basicFunction · 0.95
end_cellMethod · 0.80
change_cellMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_basicFunction · 0.76