NetworkManager/examples/python/gi
Thomas Haller 8ad448444a
examples: avoid "x == None" checks in python examples
lgmt.com says "Testing for None should use the is operator".
2020-05-07 13:58:15 +02:00
..
add_connection.py all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
checkpoint.py examples: avoid "except" for BaseException in examples 2020-05-07 13:58:14 +02:00
deactivate-all.py examples: avoid "x == None" checks in python examples 2020-05-07 13:58:15 +02:00
device-state-ip4config.py all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
dns.py examples: remove unused imports from python examples 2020-05-07 13:58:13 +02:00
firewall-zone.py all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
get-active-connections.py examples: remove unused imports from python examples 2020-05-07 13:58:13 +02:00
get-devices.py examples: remove unused imports from python examples 2020-05-07 13:58:13 +02:00
get-interface-flags.py examples: remove unused imports from python examples 2020-05-07 13:58:13 +02:00
get-lldp-neighbors.py all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
get_ips.py examples: remove unused imports from python examples 2020-05-07 13:58:13 +02:00
list-connections.py all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-add-connection2.py examples: remove unused imports from python examples 2020-05-07 13:58:13 +02:00
nm-connection-update-stable-id.py all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-update2.py examples: remove unused imports from python examples 2020-05-07 13:58:13 +02:00
nm-wg-set examples: avoid "except" for BaseException in examples 2020-05-07 13:58:14 +02:00
README examples: add README for examples/python/gi 2015-12-07 15:59:20 +01:00
setting-user-data.py all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
show-wifi-networks.py all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
update-ip4-method.py all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
vpn-import.py all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
wifi-p2p.py examples: remove unused assignment in "examples/python/gi/wifi-p2p.py" 2020-05-07 13:58:12 +02:00

These examples show how to call libnm from Python using
GObject introspection.