MCPcopy Index your code
hub / github.com/python/cpython / _platform_supports_abstract_sockets

Function _platform_supports_abstract_sockets

Lib/multiprocessing/util.py:109–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107# Abstract socket support
108
109def _platform_supports_abstract_sockets():
110 return sys.platform in ("linux", "android")
111
112
113def is_abstract_socket_namespace(address):

Callers 1

util.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…