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

Method start

tornado/ioloop.py:441–447  ·  view source on GitHub ↗

Starts the I/O loop. The loop will run until one of the callbacks calls `stop()`, which will make the loop stop after the current event iteration completes.

(self)

Source from the content-addressed store, hash-verified

439 raise NotImplementedError()
440
441 def start(self) -> None:
442 """Starts the I/O loop.
443
444 The loop will run until one of the callbacks calls `stop()`, which
445 will make the loop stop after the current event iteration completes.
446 """
447 raise NotImplementedError()
448
449 def stop(self) -> None:
450 """Stop the I/O loop.

Callers 10

waitFunction · 0.95
run_syncMethod · 0.95
waitMethod · 0.45
__init__Method · 0.45
parse_lineMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
server.pyFile · 0.45
run_redbotMethod · 0.45
chat.jsFile · 0.45

Calls

no outgoing calls

Tested by 2

waitMethod · 0.36
run_redbotMethod · 0.36