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

Function _get_pybuilddir

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

Source from the content-addressed store, hash-verified

135
136
137def _get_pybuilddir():
138 pybuilddir = f'build/lib.{get_platform()}-{get_python_version()}'
139 if get_config_var('Py_DEBUG') == '1':
140 pybuilddir += '-pydebug'
141 return pybuilddir
142
143
144def _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

Used in the wild real call sites across dependent graphs

searching dependent graphs…