Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
cPickle
import
dumps, PicklingError
# for memoize
2
3
4
class
memoize(object):
Callers
nothing calls this directly
Calls
4
xrange
Class · 0.85
fibonacci
Function · 0.70
pow
Function · 0.70
printlist
Function · 0.70
Tested by
no test coverage detected