MCPcopy Index your code
hub / github.com/python/cpython / version_info

Class version_info

Doc/tools/extensions/patchlevel.py:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class version_info(NamedTuple): # noqa: N801
26 major: int #: Major release number
27 minor: int #: Minor release number
28 micro: int #: Patch release number
29 releaselevel: Literal["alpha", "beta", "candidate", "final"]
30 serial: int #: Serial release number
31
32
33def get_header_version_info() -> version_info:

Callers 1

get_header_version_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…