MCPcopy 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_derivedMethod · 0.70
fMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_derivedMethod · 0.56
fMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…