MCPcopy
hub / github.com/tornadoweb/tornado / test_notify

Method test_notify

tornado/test/locks_test.py:58–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56
57 @gen_test
58 def test_notify(self):
59 c = locks.Condition()
60 self.io_loop.call_later(0.01, c.notify)
61 yield c.wait()
62
63 def test_notify_1(self):
64 c = locks.Condition()

Callers

nothing calls this directly

Calls 2

waitMethod · 0.95
call_laterMethod · 0.80

Tested by

no test coverage detected