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 d17f28f commit e733dc9Copy full SHA for e733dc9
Doc/library/code.rst
@@ -29,7 +29,7 @@ build applications which provide an interactive interpreter prompt.
29
module.
30
31
32
-.. class:: InteractiveConsole(locals=None, filename="<console>", local_exit=False)
+.. class:: InteractiveConsole(locals=None, filename="<console>", *, local_exit=False)
33
34
Closely emulate the behavior of the interactive Python interpreter. This class
35
builds on :class:`InteractiveInterpreter` and adds prompting using the familiar
0 commit comments