socket.if_nameindex()
Return a list of network interface information (index int, name string) tuples. OSError
if the system call fails.
Availability: Unix.
New in version 3.3.
socket.if_nameindex()
Return a list of network interface information (index int, name string) tuples. OSError
if the system call fails.
Availability: Unix.
New in version 3.3.
Please login to continue.