Home
last modified time | relevance | path

Searched defs:m_log (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py383 def test_tb_logger_abandoned(self, m_log): argument
389 def test_tb_logger_not_called_after_cancel(self, m_log): argument
397 def test_tb_logger_result_unretrieved(self, m_log): argument
404 def test_tb_logger_result_retrieved(self, m_log): argument
412 def test_tb_logger_exception_unretrieved(self, m_log): argument
421 def test_tb_logger_exception_retrieved(self, m_log): argument
429 def test_tb_logger_exception_result_retrieved(self, m_log): argument
495 def check_future_exception_never_retrieved(self, debug, m_log): argument
Dtest_proactor_events.py165 def test_loop_writing_err(self, m_log): argument
564 def test_sendto_exception(self, m_log): argument
759 def test_create_server(self, m_log): argument
Dtest_selector_events.py749 def test_write_exception(self, m_log): argument
886 def test_transport_close_remove_writer(self, m_log): argument
1208 def test_sendto_exception(self, m_log): argument
Dtest_tasks.py2070 def test_tb_logger_not_called_after_cancel(self, m_log): argument
2087 def test_coroutine_never_yielded(self, m_log): argument
2251 def test_error_in_call_soon(self, m_log): argument
Dtest_unix_events.py907 def test_write_err(self, m_write, m_log): argument
Dtest_base_events.py1862 def test_accept_connection_exception(self, m_log): argument
/third_party/python/Modules/
Dmathmodule.c729 m_log(double x) in m_log() function