Show More
@@ -71,4 +71,4 b' class RichPromptDisplayHook(DisplayHook):' | |||||
71 | if self.shell.pt_cli: |
|
71 | if self.shell.pt_cli: | |
72 | self.shell.pt_cli.print_tokens(tokens) |
|
72 | self.shell.pt_cli.print_tokens(tokens) | |
73 | else: |
|
73 | else: | |
74 |
|
|
74 | sys.stdout.write(''.join(s for t, s in tokens)) |
General Comments 0
You need to be logged in to leave comments.
Login now