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

Function _get_python_version_abi

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

Source from the content-addressed store, hash-verified

752
753
754def _get_python_version_abi():
755 return _PY_VERSION_SHORT + get_config_var("abi_thread")
756
757
758def expand_makefile_vars(s, vars):

Callers

nothing calls this directly

Calls 1

get_config_varFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…