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

Function get_python_version

Lib/sysconfig/__init__.py:750–751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

748
749
750def get_python_version():
751 return _PY_VERSION_SHORT
752
753
754def _get_python_version_abi():

Callers 2

_get_pybuilddirFunction · 0.90
_mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…