PythonAdapter.DisplayConsoleForInterpreterSessions
- Updated2025-07-21
- 1 minute(s) read
PythonAdapter.DisplayConsoleForInterpreterSessions
Syntax
PythonAdapter.DisplayConsoleForInterpreterSessions
Data Type
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 .