Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ recalc
Method
recalc
tools/python-3.11.9-amd64/Tools/demo/spreadsheet.py:146–150 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
144
cell.reset()
145
146
def
recalc(self):
147
self.reset()
148
for
cell in self.cells.values():
149
if
hasattr(cell,
'recalc'
):
150
cell.recalc(self.ns)
151
152
def
display(self):
153
maxx, maxy = self.getsize()
Callers
3
cellvalue
Method · 0.45
display
Method · 0.45
sync
Method · 0.45
Calls
2
reset
Method · 0.95
values
Method · 0.45
Tested by
no test coverage detected