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

File example1.py

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

Source from the content-addressed store, hash-verified

1# Simple example
2
3class Spam:
4 def __init__(self, name):

Callers

nothing calls this directly

Calls 1

get_spamFunction · 0.70

Tested by

no test coverage detected