Show More
@@ -39,7 +39,7 b' from zmq.utils import jsonapi' | |||||
39 | from zmq.eventloop.ioloop import IOLoop |
|
39 | from zmq.eventloop.ioloop import IOLoop | |
40 | from zmq.eventloop.zmqstream import ZMQStream |
|
40 | from zmq.eventloop.zmqstream import ZMQStream | |
41 |
|
41 | |||
42 |
from IPython.core.release import kernel_protocol_version |
|
42 | from IPython.core.release import kernel_protocol_version | |
43 | from IPython.config.configurable import Configurable, LoggingConfigurable |
|
43 | from IPython.config.configurable import Configurable, LoggingConfigurable | |
44 | from IPython.utils import io |
|
44 | from IPython.utils import io | |
45 | from IPython.utils.importstring import import_item |
|
45 | from IPython.utils.importstring import import_item | |
@@ -223,7 +223,7 b' class Session(Configurable):' | |||||
223 | dict-based IPython message spec. The Session will handle |
|
223 | dict-based IPython message spec. The Session will handle | |
224 | serialization/deserialization, security, and metadata. |
|
224 | serialization/deserialization, security, and metadata. | |
225 |
|
225 | |||
226 |
Sessions support configurable seriali |
|
226 | Sessions support configurable serialization via packer/unpacker traits, | |
227 | and signing with HMAC digests via the key/keyfile traits. |
|
227 | and signing with HMAC digests via the key/keyfile traits. | |
228 |
|
228 | |||
229 | Parameters |
|
229 | Parameters | |
@@ -531,7 +531,7 b' class Session(Configurable):' | |||||
531 | Parameters |
|
531 | Parameters | |
532 | ---------- |
|
532 | ---------- | |
533 | msg : dict or Message |
|
533 | msg : dict or Message | |
534 |
The next |
|
534 | The next message dict as returned by the self.msg method. | |
535 |
|
535 | |||
536 | Returns |
|
536 | Returns | |
537 | ------- |
|
537 | ------- |
General Comments 0
You need to be logged in to leave comments.
Login now