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

Method test_threading_local

Lib/test/test_threading_local.py:162–163  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

160 self.assertFalse(self._failed, self._failed)
161
162 def test_threading_local(self):
163 self._test_one_class(self._local)
164
165 def test_threading_local_subclass(self):
166 class LocalSubclass(self._local):

Callers

nothing calls this directly

Calls 1

_test_one_classMethod · 0.95

Tested by

no test coverage detected