Check whether AF_VSOCK sockets are supported on this host.
()
| 165 | return True |
| 166 | |
| 167 | def _have_socket_vsock(): |
| 168 | """Check whether AF_VSOCK sockets are supported on this host.""" |
| 169 | cid = get_cid() |
| 170 | return (cid is not None) |
| 171 | |
| 172 | |
| 173 | def _have_socket_bluetooth(): |
no test coverage detected
searching dependent graphs…