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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_threading.py 3 The module ``_dummy_threading`` is added to ``sys.modules`` in order
47 sys_modules['_dummy_threading'] = sys_modules['threading']
51 from _dummy_threading import *
52 from _dummy_threading import __all__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_threading.py 3 The module ``_dummy_threading`` is added to ``sys.modules`` in order
47 sys_modules['_dummy_threading'] = sys_modules['threading']
51 from _dummy_threading import *
52 from _dummy_threading import __all__

Completed in 51 milliseconds