MCPcopy Create free account

hub / github.com/Kludex/uvicorn / functions

Functions820 in github.com/Kludex/uvicorn

Functiontracking_run
(self: Server, sockets: object = None)
tests/test_main.py:150
Methodtransport_closed
(self)
tests/protocols/test_websocket.py:1566
Functionuds_file
(tmp_path: Path, request: pytest.FixtureRequest)
tests/test_cli.py:105
Methodunregister
(self, ws: WebSocketServerProtocol)
uvicorn/protocols/websockets/websockets_impl.py:55
Functionunused_tcp_port
()
tests/conftest.py:226
Methoduse_subprocess
(self)
uvicorn/config.py:378
Functionwait_app
(scope, receive, send)
tests/supervisors/test_signal.py:26
Functionweb_concurrency
(request: pytest.FixtureRequest)
tests/test_config.py:413
Functionwebsocket_app
(scope: Scope, receive: ASGIReceiveCallable, send: ASGISendCallable)
tests/middleware/test_proxy_headers.py:522
Functionwebsocket_app
(scope: Scope, receive: ASGIReceiveCallable, send: ASGISendCallable)
tests/middleware/test_logging.py:94
Methodwebsocket_connect
(self, message: WebSocketConnectEvent)
tests/protocols/test_websocket.py:121
Methodwebsocket_disconnect
(self, message: WebSocketDisconnectEvent)
tests/protocols/test_websocket.py:730
Methodwebsocket_receive
(self, message: WebSocketReceiveEvent)
tests/protocols/test_websocket.py:331
Methodwrite
(self, data: bytes)
tests/protocols/test_http.py:184
Methodwrite
(self, data: bytes)
tests/protocols/test_websocket.py:1458
Functionws_cls
(request: pytest.FixtureRequest)
tests/benchmarks/test_ws.py:28
Methodws_handler
This is the main handler function for the 'websockets' implementation to call into. We just wait for close then return, and instead a
uvicorn/protocols/websockets/websockets_impl.py:242
Methodwsgi
(self, environ: Environ, start_response: StartResponse)
uvicorn/middleware/wsgi.py:177
Functionwsgi_app
(environ: Environ, start_response: StartResponse)
tests/test_config.py:48
Functionyaml_logging_config
(logging_config: dict)
tests/test_config.py:40
← previous801–820 of 820, ranked by callers