Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/quart
/ _convert_version
Function
_convert_version
src/quart/asgi.py:400–401 ·
view source on GitHub ↗
(raw: str)
Source
from the content-addressed store, hash-verified
398
399
400
def
_convert_version(raw: str) -> list[int]:
401
return
list(map(int, raw.split(
"."
)))
402
403
404
async
def
_handle_exception(app: Quart, error: Exception) -> Response:
Callers
3
test__convert_version
Function · 0.90
accept_connection
Method · 0.85
close_connection
Method · 0.85
Calls
no outgoing calls
Tested by
1
test__convert_version
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…