Return the process' termination status. If bitmask parameter 'flags' contains os.WNOHANG, wait() will return None if the process hasn't terminated. Otherwise it will wait until the process dies. It is permitted to call wait() several times, even after it has succeeded; th
(self, flags=0)
source not stored for this graph (policy: none)
no test coverage detected