MCPcopy
hub / github.com/cherrypy/cherrypy / _join_daemon

Method _join_daemon

cherrypy/test/helper.py:512–514  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510 self._proc.wait()
511
512 def _join_daemon(self):
513 with contextlib.suppress(IOError):
514 os.waitpid(self.get_pid(), 0)

Callers 1

joinMethod · 0.95

Calls 1

get_pidMethod · 0.95

Tested by

no test coverage detected