tractor/tractor/msg
Tyler Goodlet b085b49af5 Add more useful `MsgDec.__repr__()`
Basically exact same as that for `MsgCodec` with the `.spec` displayed
via a better (maybe multi-line) `.spec_str: str` generated from a common
new set of helper mod funcs factored out msg-codec meths:
- `mk_msgspec_table()` to gen a `MsgType` name -> msg table.
- `pformat_msgspec()` to `str`-ify said table values nicely.q

Also add a new `MsgCodec.msg_spec_str: str` prop which delegates to the
above for the same.
2025-03-21 01:00:21 -04:00
..
__init__.py Try out `msgspec` encode-buffer optimization 2025-03-21 01:00:21 -04:00
_codec.py Add more useful `MsgDec.__repr__()` 2025-03-21 01:00:21 -04:00
_ops.py First draft "payload receiver in a new `.msg._ops` 2025-03-21 01:00:21 -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 Add a `MsgDec` for receive-only decoding 2025-03-21 01:00:21 -04:00