MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / ServerVersion

Class ServerVersion

asyncpg/types.py:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51class ServerVersion(typing.NamedTuple):
52 major: int
53 minor: int
54 micro: int
55 releaselevel: str
56 serial: int
57
58
59ServerVersion.__doc__ = 'PostgreSQL server version tuple.'

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…