Lines Matching refs:close
258 child.close()
369 close() method. The exit or signal status of the child will be stored
408 self.delayafterclose = 0.1 # Sets delay in close() method to allow kernel time to update process status. Time in seconds.
438 then this does not close it. """
442 # teardown of the Python VM itself. Thus self.close() may
443 # trigger an exception because os.close may be None.
446 self.close()
548 os.close (i)
592 os.close(parent_fd)
600 os.close(child_fd)
603 os.close(child_fd)
619 os.close(fd)
630 os.close(fd)
641 os.close(fd)
648 os.close(fd)
657 def close (self, force=True): # File-like object.
660 calling close() more than once is valid. This emulates standard Python
667 os.close (self.child_fd)
671 raise ExceptionPexpect ('close() could not terminate the child using terminate()')