tractor/tractor/msg
Tyler Goodlet fb04f74605 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).
2024-12-10 14:12:37 -05:00
..
__init__.py Rename `.msg.types.Msg` -> `PayloadMsg` 2024-05-10 13:15:45 -04:00
_codec.py Spitballing how to expose custom `msgspec` type hooks 2024-12-09 21:09:48 -05:00
_ops.py Report any external-rent-task-canceller during msg-drain 2024-08-26 14:29:09 -04:00
pretty_struct.py Draft a (pretty)`Struct.fields_diff()` 2024-12-10 14:12:37 -05:00
ptr.py `NamespacePath._mk_fqnp()` handle `__mod__` for methods 2024-04-18 15:10:27 -04:00
types.py Expand `PayloadMsg` doc-str 2024-06-18 09:57:10 -04:00