Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cellvalue
Method · 0.95
load_entry
Method · 0.80
sync
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected