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

Function _get_python_version_abi

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

Source from the content-addressed store, hash-verified

748
749
750def _get_python_version_abi():
751 return _PY_VERSION_SHORT + get_config_var("abi_thread")
752
753
754def expand_makefile_vars(s, vars):

Callers

nothing calls this directly

Calls 1

get_config_varFunction · 0.85

Tested by

no test coverage detected