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

Method callback

tornado/test/ioloop_test.py:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 # Make sure that add_callback from inside a running IOLoop
62 # wakes up the IOLoop immediately instead of waiting for a timeout.
63 def callback():
64 self.called = True
65 self.stop()
66
67 def schedule_callback():
68 self.called = False

Callers

nothing calls this directly

Calls 3

stopMethod · 0.45
startMethod · 0.45
add_callbackMethod · 0.45

Tested by

no test coverage detected