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

Method t1

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

Source from the content-addressed store, hash-verified

210 now = self.io_loop.time()
211
212 def t1():
213 calls[0] = True
214 self.io_loop.remove_timeout(t2_handle)
215
216 self.io_loop.add_timeout(now + 0.01, t1)
217

Callers

nothing calls this directly

Calls 1

remove_timeoutMethod · 0.45

Tested by

no test coverage detected