mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-23 08:30:07 +01:00
The base image for the "check-tree" test got bumped to Fedora 39. This brings a new python-black version (23.7.0 vs. 22.8.0) and requires reformatting. Maybe we should stick to 22.8.0, via `pip install`. But it seems better to just follow the latest black version (the one from current Fedora). So do the reformatting instead. https://black.readthedocs.io/en/stable/change_log.html#id38 |
||
|---|---|---|
| .. | ||
| add_connection.py | ||
| checkpoint.py | ||
| deactivate-all.py | ||
| device-reapply.py | ||
| device-state-ip4config.py | ||
| dns.py | ||
| firewall-zone.py | ||
| get-active-connections.py | ||
| get-devices.py | ||
| get-interface-flags.py | ||
| get-lldp-neighbors.py | ||
| get_ips.py | ||
| gmaincontext.py | ||
| list-connections.py | ||
| nm-add-connection2.py | ||
| nm-connection-update-stable-id.py | ||
| nm-keyfile.py | ||
| nm-up-many.py | ||
| nm-update2.py | ||
| nm-wg-set | ||
| ovs-external-ids.py | ||
| README | ||
| setting-user-data.py | ||
| show-wifi-networks.py | ||
| update-ip4-method.py | ||
| vpn-import.py | ||
| wifi-p2p.py | ||
These examples show how to call libnm from Python using GObject introspection.