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

Calls

no outgoing calls

Tested by 3

test_derivedMethod · 0.56
fMethod · 0.56