MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / example2.py

File example2.py

src/8/creating_cached_instances/example2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import weakref
2
3class CachedSpamManager:
4 def __init__(self):

Callers

nothing calls this directly

Calls 2

CachedSpamManagerClass · 0.85
get_spamFunction · 0.70

Tested by

no test coverage detected