tractor/tractor/msg
Tyler Goodlet 03a119faec Raise send-side MTEs inline in `PldRx.dec_msg()`
So when `is_started_send_side is True` we raise the newly created
`MsgTypeError` (MTE) directly instead of doing all the `Error`-msg pack
and unpack to raise stuff via `_raise_from_unexpected_msg()` since the
raise should happen send side anyway and so doesn't emulate any remote
fault like in a bad `Return` or `Started` without send-side pld-spec
validation.

Oh, and proxy-through the `hide_tb: bool` input from `.drain_to_final_msg()`
to `.recv_msg_w_pld()`.
2025-03-21 01:09:20 -04:00
..
__init__.py Rename `.msg.types.Msg` -> `PayloadMsg` 2025-03-21 01:07:42 -04:00
_codec.py Drop `msg.types.Msg` for new replacement types 2025-03-21 01:09:20 -04:00
_ops.py Raise send-side MTEs inline in `PldRx.dec_msg()` 2025-03-21 01:09:20 -04:00
pretty_struct.py Mk `.msg.pretty_struct.Struct.pformat()` a mod func 2025-03-21 01:00:21 -04:00
ptr.py `NamespacePath._mk_fqnp()` handle `__mod__` for methods 2025-03-21 01:00:21 -04:00
types.py Drop `msg.types.Msg` for new replacement types 2025-03-21 01:09:20 -04:00