MCPcopy 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

1import array, cPickle
2
3class pynumgrid:
4 'In-memory number array database'

Callers

nothing calls this directly

Calls 8

xrangeClass · 0.85
rangeFunction · 0.85
pynumgridClass · 0.70
extendMethod · 0.45
saveMethod · 0.45
loadMethod · 0.45
selectMethod · 0.45
fetchlistMethod · 0.45

Tested by

no test coverage detected