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.
*
code.InteractiveConsole
1 parent b0f77c4 commit 3a11010Copy full SHA for 3a11010
Doc/library/code.rst
@@ -23,7 +23,7 @@ build applications which provide an interactive interpreter prompt.
23
``'__console__'`` and key ``'__doc__'`` set to ``None``.
24
25
26
-.. class:: InteractiveConsole(locals=None, filename="<console>", local_exit=False)
+.. class:: InteractiveConsole(locals=None, filename="<console>", *, local_exit=False)
27
28
Closely emulate the behavior of the interactive Python interpreter. This class
29
builds on :class:`InteractiveInterpreter` and adds prompting using the familiar
0 commit comments