tractor/tractor/msg
Tyler Goodlet c421f7e722 Make `NamespacePath` kinda support methods..
Obviously we can't deterministic-ally call `.load_ref()` (since you'd
have to point to an `id()` or something and presume a particular
py-runtime + virt-mem space for it to exist?) but it at least helps with
the `str` formatting for logging purposes (like `._cancel_rpc_tasks()`)
when `repr`-ing ctxs and their specific "rpc signatures".

Maybe in the future getting this working at least for singleton types
per process (like `Actor` XD ) will be a thing we can support and make
some sense of.. Bo
2025-03-15 00:05:31 -04:00
..
__init__.py Bring in pretty-ified `msgspec.Struct` extension 2025-03-14 22:49:21 -04:00
ptr.py Make `NamespacePath` kinda support methods.. 2025-03-15 00:05:31 -04:00
types.py Add #TODO for generating func-sig type-annots as `str` for pprinting 2025-03-14 22:49:38 -04:00