MCPcopy Create free account
hub / github.com/EasyIME/PIME / callback

Method callback

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

Source from the content-addressed store, hash-verified

63 # Make sure that add_callback from inside a running IOLoop
64 # wakes up the IOLoop immediately instead of waiting for a timeout.
65 def callback():
66 self.called = True
67 self.stop()
68
69 def schedule_callback():
70 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