MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_python_version

Function get_python_version

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

Source from the content-addressed store, hash-verified

744
745
746def get_python_version():
747 return _PY_VERSION_SHORT
748
749
750def _get_python_version_abi():

Callers 2

_get_pybuilddirFunction · 0.90
_mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected