MCPcopy Create free account
hub / github.com/python-websockets/websockets / unix_route

Function unix_route

src/websockets/sync/router.py:31–36  ·  view source on GitHub ↗
(
        url_map: Map,
        path: str | None = None,
        **kwargs: Any,
    )

Source from the content-addressed store, hash-verified

29 raise ImportError("route() requires werkzeug")
30
31 def unix_route(
32 url_map: Map,
33 path: str | None = None,
34 **kwargs: Any,
35 ) -> Server:
36 raise ImportError("unix_route() requires werkzeug")
37
38else:
39

Callers 1

Calls 1

routeFunction · 0.70

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…