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

Method f

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

Source from the content-addressed store, hash-verified

463 for i in range(3):
464
465 def f():
466 self.current_io_loop = IOLoop.current()
467 assert self.io_loop is not None
468 self.io_loop.stop()
469
470 self.io_loop.add_callback(f)
471 self.io_loop.start()

Callers

nothing calls this directly

Calls 2

currentMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected