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.
1 parent 98816bd commit 024c5eeCopy full SHA for 024c5ee
1 file changed
Doc/library/subprocess.rst
@@ -702,6 +702,12 @@ The following attributes are also available:
702
deadlocks due to any of the other OS pipe buffers filling up and blocking the
703
child process.
704
705
+.. attribute:: Popen.args
706
+
707
+ The *args* argument as it was passed to :class:`Popen` -- a
708
+ sequence of program arguments or else a single string.
709
710
+ .. versionadded:: 3.3
711
712
.. attribute:: Popen.stdin
713
0 commit comments