Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fb74a3 + 024c5ee commit d8ea56dCopy full SHA for d8ea56d
1 file changed
Doc/library/subprocess.rst
@@ -723,6 +723,12 @@ The following attributes are also available:
723
deadlocks due to any of the other OS pipe buffers filling up and blocking the
724
child process.
725
726
+.. attribute:: Popen.args
727
+
728
+ The *args* argument as it was passed to :class:`Popen` -- a
729
+ sequence of program arguments or else a single string.
730
731
+ .. versionadded:: 3.3
732
733
.. attribute:: Popen.stdin
734
0 commit comments