MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-466320.py

File recipe-466320.py

recipes/Python/466320_Another_memoize/recipe-466320.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from cPickle import dumps, PicklingError # for memoize
2
3
4class memoize(object):

Callers

nothing calls this directly

Calls 4

xrangeClass · 0.85
fibonacciFunction · 0.70
powFunction · 0.70
printlistFunction · 0.70

Tested by

no test coverage detected