MCPcopy
hub / github.com/opendevops-cn/opendevops / start

Method start

scripts/tornado_source_code/tornado/ioloop.py:419–425  ·  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

417 raise NotImplementedError()
418
419 def start(self) -> None:
420 """Starts the I/O loop.
421
422 The loop will run until one of the callbacks calls `stop()`, which
423 will make the loop stop after the current event iteration completes.
424 """
425 raise NotImplementedError()
426
427 def _setup_logging(self) -> None:
428 """The IOLoop catches and logs exceptions, so it's

Callers 7

waitFunction · 0.95
run_syncMethod · 0.95
waitMethod · 0.45
__init__Method · 0.45
initializeMethod · 0.45
_unquote_cookieFunction · 0.45
start_pingingMethod · 0.45

Calls

no outgoing calls

Tested by 1

waitMethod · 0.36