Searched defs:m_signal (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_unix_events.py | 73 def test_add_signal_handler_setup_error(self, m_signal): argument 84 def test_add_signal_handler_coroutine_error(self, m_signal): argument 101 def test_add_signal_handler(self, m_signal): argument 112 def test_add_signal_handler_install_error(self, m_signal): argument 132 def test_add_signal_handler_install_error2(self, m_logging, m_signal): argument 150 def test_add_signal_handler_install_error3(self, m_logging, m_signal): argument 165 def test_remove_signal_handler(self, m_signal): argument 179 def test_remove_signal_handler_2(self, m_signal): argument 198 def test_remove_signal_handler_cleanup_error(self, m_logging, m_signal): argument 209 def test_remove_signal_handler_error(self, m_signal): argument [all …]
|