Home
last modified time | relevance | path

Searched refs:interrupt_main (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/idlelib/
Drun.py259 thread.interrupt_main()
271 thread.interrupt_main()
302 thread.interrupt_main()
308 thread.interrupt_main()
345 thread.interrupt_main()
DNEWS.txt902 interrupt module has been moved to thread.interrupt_main(). )
/external/python/cpython2/Lib/test/
Dtest_dummy_thread.py110 _thread.interrupt_main()
117 self.assertRaises(KeyboardInterrupt, _thread.interrupt_main)
/external/python/cpython2/Lib/
Ddummy_thread.py138 def interrupt_main(): function
/external/python/cpython2/Doc/library/
Dthread.rst60 .. function:: interrupt_main()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst360 .. % thread.interrupt_main() (used from IDLE), so it's still needed.
/external/python/cpython2/Misc/
DHISTORY4016 - thread.interrupt_main() raises KeyboardInterrupt in the main thread.