Added type hints to network
This commit is contained in:
parent
9122d0b9f4
commit
aaa550b33e
|
@ -44,7 +44,7 @@
|
|||
//| It is used by the 'socket' module to look up a suitable
|
||||
//| NIC when a socket is created."""
|
||||
//|
|
||||
//| def route() -> Any:
|
||||
//| def route() -> list:
|
||||
//| """Returns a list of all configured NICs."""
|
||||
//| ...
|
||||
//|
|
||||
|
|
Loading…
Reference in New Issue