'What happens in the subprocess module

I am trying to understand a piece of code related with communication. I want to know the meaning of following line of code:

kwargs["stdout"] = subprocess.PIPE


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source