()
| 107 | # Abstract socket support |
| 108 | |
| 109 | def _platform_supports_abstract_sockets(): |
| 110 | return sys.platform in ("linux", "android") |
| 111 | |
| 112 | |
| 113 | def is_abstract_socket_namespace(address): |
no outgoing calls
no test coverage detected
searching dependent graphs…