(message)
| 1355 | # parser, after it has parsed enough of the dict to create the appropriate |
| 1356 | # instance of Event, Request, or Response for this message. |
| 1357 | def associate_with(message): |
| 1358 | for d in message_dicts: |
| 1359 | d.message = message |
| 1360 | del d.associate_with |
| 1361 | |
| 1362 | message_dicts = [] |
| 1363 | decoder = self.stream.json_decoder_factory(object_hook=object_hook) |