MCPcopy 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
400def _convert_version(raw: str) -> list[int]:
401 return list(map(int, raw.split(".")))
402
403
404async def _handle_exception(app: Quart, error: Exception) -> Response:

Callers 3

test__convert_versionFunction · 0.90
accept_connectionMethod · 0.85
close_connectionMethod · 0.85

Calls

no outgoing calls

Tested by 1

test__convert_versionFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…