Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Local
Class
Local
Lib/test/test_threading_local.py:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
# The first member set may be bogus.
61
import
time
62
class
Local(self._local):
63
def
__init__(self):
64
time.sleep(0.01)
65
local = Local()
66
67
def
f(i):
Callers
3
test_derived
Method · 0.70
f
Method · 0.70
test_derived_cycle_dealloc
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_derived
Method · 0.56
f
Method · 0.56
test_derived_cycle_dealloc
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…