Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/quart
/ test__convert_version
Function
test__convert_version
tests/test_asgi.py:305–306 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
303
304
305
def
test__convert_version() -> None:
306
assert _convert_version(
"2.1"
) == [2, 1]
307
308
309
def
test_http_asgi_scope_from_request() -> None:
Callers
nothing calls this directly
Calls
1
_convert_version
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…