def __init__(self, iface, verbose=False): """Initialise the wired network interface class. Keyword arguments: iface -- name of the interface verbose -- print all commands """ BaseWiredInterface.__init__(self, iface, verbose) Interface.__init__(self, iface, verbose)
def __init__(self, iface, verbose=False): """ Initialise the wired network interface class. Keyword arguments: iface -- name of the interface verbose -- print all commands """ BaseWiredInterface.__init__(self, iface, verbose) Interface.__init__(self, iface, verbose)