Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-577698.py
File
recipe-577698.py
recipes/Python/577698_Simple_numeric_database/recipe-577698.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
array, cPickle
2
3
class
pynumgrid:
4
'In-memory number array database'
Callers
nothing calls this directly
Calls
8
xrange
Class · 0.85
range
Function · 0.85
pynumgrid
Class · 0.70
extend
Method · 0.45
save
Method · 0.45
load
Method · 0.45
select
Method · 0.45
fetchlist
Method · 0.45
Tested by
no test coverage detected