tractor/tractor
Tyler Goodlet 69fbe49d37 s/`._addr.preferred_transport`/`_state._def_tpt_proto`
Such that the "global-ish" setting (actor-local) is managed with the
others per actor-process and type it as a `Literal['tcp', 'uds']` of the
currently support protocol keys.

Here obvi `_tpt` is some kinda shorthand for "transport" and `_proto` is
for "protocol" Bp

Change imports and refs in all dependent modules.

Oh right, and disable UDS in `wrap_address()` for the moment while
i figure out how to avoid the unwrapped type collision..
2025-04-03 20:22:52 -04:00
..
_testing Improve test_ringbuf test, drop MsgTransport ring buf impl for now in favour of a trio.abc.Channel[bytes] impl, add docstrings 2025-03-27 20:36:46 -03:00
devx Move `DebugRequestError` to `._exceptions` 2025-04-02 22:50:03 -04:00
experimental Drop now-deprecated deps on modern `trio`/Python 2025-03-16 16:06:24 -04:00
ipc Mv `Actor._do_handshake()` to `Channel`, add `.aid` 2025-04-03 13:07:39 -04:00
msg Add an `Actor.pformat()` 2025-04-01 22:21:28 -04:00
trionics Use `collapse_eg()` in broadcaster suite 2025-03-27 13:38:47 -04:00
__init__.py move tractor._ipc.py into tractor.ipc._chan.py 2025-03-27 20:36:45 -03:00
_addr.py s/`._addr.preferred_transport`/`_state._def_tpt_proto` 2025-04-03 20:22:52 -04:00
_child.py Adjust `._child` instantiation of `Actor` to use newly named `uuid` arg 2025-03-30 22:53:36 -04:00
_clustering.py Clean up some imports in `._clustering` 2025-03-27 13:38:47 -04:00
_context.py Change some low-hanging `.uid`s to `.aid` 2025-04-03 13:19:19 -04:00
_discovery.py s/`._addr.preferred_transport`/`_state._def_tpt_proto` 2025-04-03 20:22:52 -04:00
_entry.py Adjust imports to use new `UnwrappedAddress` 2025-03-30 21:24:48 -04:00
_exceptions.py Repair weird spawn test, start `test_root_runtime` 2025-04-03 16:15:53 -04:00
_forkserver_override.py Re-license code base for distribution under AGPL 2021-12-14 23:33:27 -05:00
_mp_fixup_main.py Avoid importing mp for as long as possible 2022-02-17 11:55:26 -05:00
_multiaddr.py Fix doc string "its" typo.. 2025-03-20 19:50:31 -04:00
_portal.py Mv to `Channel._do_handshake()` in `open_portal()` 2025-04-03 13:14:58 -04:00
_root.py s/`._addr.preferred_transport`/`_state._def_tpt_proto` 2025-04-03 20:22:52 -04:00
_rpc.py Some more log message tweaks 2025-04-03 13:30:48 -04:00
_runtime.py s/`._addr.preferred_transport`/`_state._def_tpt_proto` 2025-04-03 20:22:52 -04:00
_spawn.py Change some low-hanging `.uid`s to `.aid` 2025-04-03 13:19:19 -04:00
_state.py s/`._addr.preferred_transport`/`_state._def_tpt_proto` 2025-04-03 20:22:52 -04:00
_streaming.py Some more log message tweaks 2025-04-03 13:30:48 -04:00
_supervise.py s/`._addr.preferred_transport`/`_state._def_tpt_proto` 2025-04-03 20:22:52 -04:00
log.py move tractor._ipc.py into tractor.ipc._chan.py 2025-03-27 20:36:45 -03:00
to_asyncio.py Continue supporting py3.11+ 2025-03-27 13:24:25 -04:00