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

Function _get_json_data_name

Lib/sysconfig/__main__.py:170–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168
169
170def _get_json_data_name():
171 name = _get_sysconfigdata_name()
172 assert name.startswith('_sysconfigdata')
173 return name.replace('_sysconfigdata', '_sysconfig_vars') + '.json'
174
175
176def _generate_posix_vars():

Callers 2

_generate_posix_varsFunction · 0.85

Calls 3

_get_sysconfigdata_nameFunction · 0.90
startswithMethod · 0.45
replaceMethod · 0.45

Tested by 1