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

Method f

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

Source from the content-addressed store, hash-verified

468 for i in range(3):
469
470 def f():
471 self.current_io_loop = IOLoop.current()
472 assert self.io_loop is not None
473 self.io_loop.stop()
474
475 self.io_loop.add_callback(f)
476 self.io_loop.start()

Callers

nothing calls this directly

Calls 2

currentMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected