Searched defs:m_signal (Results 1 – 1 of 1) sorted by relevance
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_unix_events.py | 82 def test_add_signal_handler_setup_error(self, m_signal): argument 93 def test_add_signal_handler_coroutine_error(self, m_signal): argument 110 def test_add_signal_handler(self, m_signal): argument 121 def test_add_signal_handler_install_error(self, m_signal): argument 141 def test_add_signal_handler_install_error2(self, m_logging, m_signal): argument 159 def test_add_signal_handler_install_error3(self, m_logging, m_signal): argument 174 def test_remove_signal_handler(self, m_signal): argument 188 def test_remove_signal_handler_2(self, m_signal): argument 207 def test_remove_signal_handler_cleanup_error(self, m_logging, m_signal): argument 218 def test_remove_signal_handler_error(self, m_signal): argument [all …]
|