PythonAdapter.DisplayConsoleForInterpreterSessions

Syntax

PythonAdapter.DisplayConsoleForInterpreterSessions

Data Type

Boolean

Purpose

Displays the console for the Python interpreter session in which code modules are executed.

Remarks

Avoid closing the Python interpreter session console when executing the Python code module. Closing the console will close the Python interpreter session, which could produce errors. You can safely close the console by calling Unload All Modules .