MCPcopy Index your code
hub / github.com/python/cpython / Loop

Class Loop

Lib/test/test_threading_local.py:213–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 @support.cpython_only
212 def test_error(self):
213 class Loop(self._local):
214 attr = 1
215
216 # Trick the "if name == '__dict__':" test of __setattr__()
217 # to always be true

Callers 1

test_errorMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_errorMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…