MCPcopy
hub / github.com/encode/uvicorn / start

Method start

uvicorn/supervisors/multiprocess.py:72–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70 return self.ping(timeout)
71
72 def start(self) -> None:
73 self.process.start()
74
75 def terminate(self) -> None:
76 if self.process.exitcode is None: # Process is still running

Callers 15

init_processesMethod · 0.95
restart_allMethod · 0.95
keep_subprocess_aliveMethod · 0.95
handle_ttinMethod · 0.95
targetMethod · 0.80
startupMethod · 0.80
restartMethod · 0.80
startFunction · 0.80
test_process_ping_pongFunction · 0.80
test_multiprocess_runFunction · 0.80

Calls

no outgoing calls

Tested by 10

startFunction · 0.64
test_process_ping_pongFunction · 0.64
test_multiprocess_runFunction · 0.64
test_multiprocess_sighupFunction · 0.64
test_fragmentationFunction · 0.64