tractor/tractor/msg
Tyler Goodlet 636b29e440 Draft a (pretty)`Struct.fields_diff()`
For comparing a `msgspec.Struct` against an input `dict` presumably to
be used as input for struct instantiation. The main diff with
`.__sub__()` is that non-existing fields on either are reported
(loudly).
2025-03-24 15:37:12 -04:00
..
__init__.py Rename `.msg.types.Msg` -> `PayloadMsg` 2025-03-24 14:04:51 -04:00
_codec.py Spitballing how to expose custom `msgspec` type hooks 2025-03-24 15:37:12 -04:00
_ops.py Report any external-rent-task-canceller during msg-drain 2025-03-24 14:04:52 -04:00
pretty_struct.py Draft a (pretty)`Struct.fields_diff()` 2025-03-24 15:37:12 -04:00
ptr.py `NamespacePath._mk_fqnp()` handle `__mod__` for methods 2025-03-24 14:04:51 -04:00
types.py Expand `PayloadMsg` doc-str 2025-03-24 14:04:52 -04:00