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 ede178a commit c00c188Copy full SHA for c00c188
Doc/library/cmd.rst
@@ -32,6 +32,7 @@ interface.
32
``Cmd`` will use ``'^I'`` instead of ``'tab'``.
33
Note that other values are not treated this way, and might only work
34
with a specific backend.
35
+
36
The optional arguments *stdin* and *stdout* specify the input and output file
37
objects that the Cmd instance or subclass instance will use for input and
38
output. If not specified, they will default to :data:`sys.stdin` and
0 commit comments