:mod:`network` ============== .. py:module:: network .. autoapi-nested-parse:: Network Interface Management This module provides a registry of configured NICs. It is used by the 'socket' module to look up a suitable NIC when a socket is created. .. function:: route() -> Any Returns a list of all configured NICs.