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

Function _sys_version

Lib/platform.py:1389–1485  ·  view source on GitHub ↗

Returns a parsed version of Python's sys.version as tuple (name, version, branch, revision, buildno, builddate, compiler) referring to the Python implementation name, version, branch, revision, build number, build date/time as string and the compiler identification s

(sys_version=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

python_implementationFunction · 0.85
python_versionFunction · 0.85
python_version_tupleFunction · 0.85
python_branchFunction · 0.85
python_revisionFunction · 0.85
python_buildFunction · 0.85
python_compilerFunction · 0.85

Calls 6

startswithMethod · 0.80
splitMethod · 0.80
getMethod · 0.45
matchMethod · 0.45
appendMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected