我们从Python开源项目中,提取了以下15个代码示例,用于说明如何使用tornado.concurrent.ReturnValueIgnoredError()。
def test_return_value(self): with self.assertRaises(ReturnValueIgnoredError): self.return_value(callback=self.stop)