Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Local
Class
Local
Lib/test/test_threading_local.py:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
# The first member set may be bogus.
62
import
time
63
class
Local(self._local):
64
def
__init__(self):
65
time.sleep(0.01)
66
local = Local()
67
68
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