Show More
@@ -125,8 +125,8 messages upon deserialization to the following form for convenience:: | |||
|
125 | 125 | # but the Python implementation copies them to the top level. |
|
126 | 126 | 'msg_id' : uuid, |
|
127 | 127 | 'msg_type' : str, |
|
128 | 'parent_header' : dict | |
|
129 | 'content' : dict | |
|
128 | 'parent_header' : dict, | |
|
129 | 'content' : dict, | |
|
130 | 130 | } |
|
131 | 131 | |
|
132 | 132 | All messages sent to or received by any IPython process should have this |
@@ -554,7 +554,7 Message type: ``object_info_reply``:: | |||
|
554 | 554 | # that no source was found. |
|
555 | 555 | 'source' : str, |
|
556 | 556 | } |
|
557 | ' | |
|
557 | ||
|
558 | 558 | |
|
559 | 559 | Complete |
|
560 | 560 | -------- |
General Comments 0
You need to be logged in to leave comments.
Login now