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

Function _get_sysconfigdata_name

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

Source from the content-addressed store, hash-verified

346
347
348def _get_sysconfigdata_name():
349 multiarch = getattr(sys.implementation, '_multiarch', '')
350 return os.environ.get(
351 '_PYTHON_SYSCONFIGDATA_NAME',
352 f'_sysconfigdata_{sys.abiflags}_{sys.platform}_{multiarch}',
353 )
354
355
356def _get_sysconfigdata():

Callers 3

_get_json_data_nameFunction · 0.90
_generate_posix_varsFunction · 0.90
_get_sysconfigdataFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…