MCPcopy
hub / github.com/cherrypy/cherrypy / join

Method join

cherrypy/test/helper.py:506–510  ·  view source on GitHub ↗

Wait for the process to exit.

(self)

Source from the content-addressed store, hash-verified

504 return self._proc.pid
505
506 def join(self):
507 """Wait for the process to exit."""
508 if self.daemonize:
509 return self._join_daemon()
510 self._proc.wait()
511
512 def _join_daemon(self):
513 with contextlib.suppress(IOError):

Callers 15

test_4_AutoreloadMethod · 0.95
test_daemonizeMethod · 0.95
test_SIGHUP_ttyMethod · 0.95
test_SIGTERMMethod · 0.95
startMethod · 0.80
trapMethod · 0.80
errorMethod · 0.80
test_callable_specFunction · 0.80
find_handlerMethod · 0.80
set_confMethod · 0.80

Calls 2

_join_daemonMethod · 0.95
waitMethod · 0.45

Tested by 15

test_4_AutoreloadMethod · 0.76
test_daemonizeMethod · 0.76
test_SIGHUP_ttyMethod · 0.76
test_SIGTERMMethod · 0.76
test_callable_specFunction · 0.64
get_elementsMethod · 0.64
setup_serverFunction · 0.64
testUnreprMethod · 0.64