HomeSort by relevance Sort by last modified time
    Searched refs:_threading_local (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 10 import _threading_local namespace
40 # XXX _threading_local keeps the local of the last stopped thread alive.
116 from _threading_local import local as py_local
207 _local = _threading_local.local
212 suite.addTest(DocTestSuite('_threading_local'))
221 import _threading_local namespace
222 local_orig = _threading_local.local
224 _threading_local.local = _local
226 _threading_local.local = local_orig
227 suite.addTest(DocTestSuite('_threading_local',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 10 import _threading_local namespace
40 # XXX _threading_local keeps the local of the last stopped thread alive.
116 from _threading_local import local as py_local
207 _local = _threading_local.local
212 suite.addTest(DocTestSuite('_threading_local'))
221 import _threading_local namespace
222 local_orig = _threading_local.local
224 _threading_local.local = _local
226 _threading_local.local = local_orig
227 suite.addTest(DocTestSuite('_threading_local',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py     [all...]

Completed in 1595 milliseconds