MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / python_version_tuple

Function python_version_tuple

Lib/platform.py:1510–1519  ·  view source on GitHub ↗

Returns the Python version as tuple (major, minor, patchlevel) of strings. Note that unlike the Python sys.version, the returned value will always include the patchlevel (it defaults to 0).

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_sys_versionFunction · 0.85
splitMethod · 0.80

Tested by

no test coverage detected