Lines Matching refs:close
271 child.close()
384 close() method. The exit or signal status of the child will be stored
431 # Used by close() to give kernel time to update process status.
466 then this does not close it. """
470 # teardown of the Python VM itself. Thus self.close() may
471 # trigger an exception because os.close may be None.
474 self.close()
584 os.close(i)
628 os.close(parent_fd)
636 os.close(child_fd)
639 os.close(child_fd)
655 os.close(fd)
667 os.close(fd)
679 os.close(fd)
686 os.close(fd)
695 def close(self, force=True):
698 calling close() more than once is valid. This emulates standard Python
705 os.close(self.child_fd)