Searched defs:m_signal (Results 1 – 1 of 1) sorted by relevance
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_unix_events.py | 70 def test_add_signal_handler_setup_error(self, m_signal): argument 80 def test_add_signal_handler_coroutine_error(self, m_signal): argument 97 def test_add_signal_handler(self, m_signal): argument 107 def test_add_signal_handler_install_error(self, m_signal): argument 126 def test_add_signal_handler_install_error2(self, m_logging, m_signal): argument 143 def test_add_signal_handler_install_error3(self, m_logging, m_signal): argument 157 def test_remove_signal_handler(self, m_signal): argument 170 def test_remove_signal_handler_2(self, m_signal): argument 188 def test_remove_signal_handler_cleanup_error(self, m_logging, m_signal): argument 198 def test_remove_signal_handler_error(self, m_signal): argument [all …]
|