| 8 | namespace EPythonConsoleStyle |
| 9 | { |
| 10 | enum Type |
| 11 | { |
| 12 | /** Shows the debug console input line with tab completion only */ |
| 13 | Compact, |
| 14 | |
| 15 | /** Shows a scrollable log window with the input line on the bottom */ |
| 16 | WithLog, |
| 17 | }; |
| 18 | }; |
| 19 | |
| 20 | struct FPythonConsoleDelegates |
nothing calls this directly
no outgoing calls
no test coverage detected