Now that jsoncomm is using a connection oriented protocol, the `addr` parameter is not needed[*] and can thus be removed from the `BaseAPI._message` message dispatcher. Adapt all usages of it, including the tests. [*] sendmsg ignores the destination parameter for connection oriented sockets. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_api.py | ||
| test_monitor.py | ||
| test_objectstore.py | ||
| test_osbuild.py | ||
| test_util_ctx.py | ||
| test_util_jsoncomm.py | ||
| test_util_linux.py | ||
| test_util_osrelease.py | ||
| test_util_ostree.py | ||
| test_util_rmrf.py | ||
| test_util_selinux.py | ||