mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 18:40:05 +01:00
Fedora 33's version of python-black is the authoritative version we use for formatting -- note that formatting may look different depending on the black version. Recently, the package was updated to 20.8~b1-1.fc33, which treats these lines different. Work around that by adjusting the code so that both older and current versions of python black behave the same. |
||
|---|---|---|
| .. | ||
| add_connection.py | ||
| checkpoint.py | ||
| deactivate-all.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 | ||
| list-connections.py | ||
| nm-add-connection2.py | ||
| nm-connection-update-stable-id.py | ||
| nm-keyfile.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.