1
0
Fork 0
tractor/tractor/msg
Tyler Goodlet 1e5810e56c 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
2024-02-29 17:37:02 -05:00
..
__init__.py Bring in pretty-ified `msgspec.Struct` extension 2024-01-28 16:33:10 -05:00
ptr.py Make `NamespacePath` kinda support methods.. 2024-02-29 17:37:02 -05:00
types.py Add #TODO for generating func-sig type-annots as `str` for pprinting 2024-02-29 17:21:43 -05:00