MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _get_sysconfigdata_name

Function _get_sysconfigdata_name

tools/python-3.11.9-amd64/Lib/sysconfig.py:456–461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

454
455
456def _get_sysconfigdata_name():
457 multiarch = getattr(sys.implementation, '_multiarch', '')
458 return os.environ.get(
459 '_PYTHON_SYSCONFIGDATA_NAME',
460 f'_sysconfigdata_{sys.abiflags}_{sys.platform}_{multiarch}',
461 )
462
463
464def _generate_posix_vars():

Callers 2

_generate_posix_varsFunction · 0.85
_init_posixFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected