Home
last modified time | relevance | path

Searched refs:_local_refs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_threading_local.py26 self._local_refs(20)
27 self._local_refs(50)
28 self._local_refs(100)
30 def _local_refs(self, n): member in BaseLocalTest
/external/python/cpython2/Lib/test/
Dtest_threading_local.py24 self._local_refs(20)
25 self._local_refs(50)
26 self._local_refs(100)
28 def _local_refs(self, n): member in BaseLocalTest