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

Method _schedule_next

python/python3/tornado/ioloop.py:929–932  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

927 self._schedule_next()
928
929 def _schedule_next(self) -> None:
930 if self._running:
931 self._update_next(self.io_loop.time())
932 self._timeout = self.io_loop.add_timeout(self._next_timeout, self._run)
933
934 def _update_next(self, current_time: float) -> None:
935 callback_time_sec = self.callback_time / 1000.0

Callers 2

startMethod · 0.95
_runMethod · 0.95

Calls 3

_update_nextMethod · 0.95
timeMethod · 0.80
add_timeoutMethod · 0.80

Tested by

no test coverage detected