Called by :py:class:`PipeEngine` when there is a new message for the high entry. :param msg: The message data :returns: None :rtype: None
(self, msg)
| 418 | pass |
| 419 | |
| 420 | def high_push(self, msg): |
| 421 | # type: (Any) -> None |
| 422 | """ |
| 423 | Called by :py:class:`PipeEngine` when there is a new message for the |
| 424 | high entry. |
| 425 | |
| 426 | :param msg: The message data |
| 427 | :returns: None |
| 428 | :rtype: None |
| 429 | """ |
| 430 | pass |
| 431 | |
| 432 | def __lt__(self, other): |
| 433 | # type: (_S) -> _S |