Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-websockets/websockets
/ temp_unix_socket_path
Function
temp_unix_socket_path
tests/utils.py:123–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
122
@contextlib.contextmanager
123
def
temp_unix_socket_path():
124
with
tempfile.TemporaryDirectory()
as
temp_dir:
125
yield
str(pathlib.Path(temp_dir) /
"websockets"
)
Callers
15
test_router_supports_unix_sockets
Method · 0.85
test_connection
Method · 0.85
test_set_host_header
Method · 0.85
test_cross_origin_redirect
Method · 0.85
test_secure_connection
Method · 0.85
test_set_server_hostname
Method · 0.85
test_connection
Method · 0.85
test_connection
Method · 0.85
test_unix_socket
Method · 0.85
test_unix_server
Method · 0.85
test_router_supports_unix_sockets
Method · 0.85
test_set_server_hostname_implicitly
Method · 0.85
Calls
no outgoing calls
Tested by
15
test_router_supports_unix_sockets
Method · 0.68
test_connection
Method · 0.68
test_set_host_header
Method · 0.68
test_cross_origin_redirect
Method · 0.68
test_secure_connection
Method · 0.68
test_set_server_hostname
Method · 0.68
test_connection
Method · 0.68
test_connection
Method · 0.68
test_unix_socket
Method · 0.68
test_unix_server
Method · 0.68
test_router_supports_unix_sockets
Method · 0.68
test_set_server_hostname_implicitly
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…