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

File recipe-302088.py

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

Source from the content-addressed store, hash-verified

1import threading
2
3class ThreadLocalExample:
4 def __init__(self):

Callers

nothing calls this directly

Calls 3

ThreadLocalExampleClass · 0.85
rangeFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected