Show More
@@ -144,9 +144,9 b' Message type: ``execute_request``::' | |||||
144 | # Source code to be executed by the kernel, one or more lines. |
|
144 | # Source code to be executed by the kernel, one or more lines. | |
145 | 'code' : str, |
|
145 | 'code' : str, | |
146 |
|
146 | |||
147 |
# A boolean flag which, if True, signals the kernel to execute |
|
147 | # A boolean flag which, if True, signals the kernel to execute | |
148 |
# code as quietly as possible. This means that the kernel |
|
148 | # this code as quietly as possible. This means that the kernel | |
149 |
# the code wit |
|
149 | # will compile the code with 'exec' instead of 'single' (so | |
150 | # sys.displayhook will not fire), and will *not*: |
|
150 | # sys.displayhook will not fire), and will *not*: | |
151 | # - broadcast exceptions on the PUB socket |
|
151 | # - broadcast exceptions on the PUB socket | |
152 | # - do any logging |
|
152 | # - do any logging |
General Comments 0
You need to be logged in to leave comments.
Login now