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

Function _get_pybuilddir

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

Source from the content-addressed store, hash-verified

161
162
163def _get_pybuilddir():
164 pybuilddir = f'build/lib.{get_platform()}-{get_python_version()}'
165 if get_config_var('Py_DEBUG') == '1':
166 pybuilddir += '-pydebug'
167 return pybuilddir
168
169
170def _get_json_data_name():

Callers 2

_generate_posix_varsFunction · 0.85

Calls 3

get_platformFunction · 0.90
get_python_versionFunction · 0.90
get_config_varFunction · 0.90

Tested by 1