Show More
@@ -322,6 +322,7 b' class TerminalInteractiveShell(InteractiveShell):' | |||
|
322 | 322 | mouse_support=self.mouse_support, |
|
323 | 323 | enable_open_in_editor=self.extra_open_editor_shortcuts, |
|
324 | 324 | color_depth=self.color_depth, |
|
325 | tempfile_suffix=".py", | |
|
325 | 326 | **self._extra_prompt_options()) |
|
326 | 327 | |
|
327 | 328 | def _make_style_from_name_or_cls(self, name_or_cls): |
General Comments 0
You need to be logged in to leave comments.
Login now