Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
163
def
_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
170
def
_get_json_data_name():
Callers
2
test_sysconfigdata_json
Method · 0.90
_generate_posix_vars
Function · 0.85
Calls
3
get_platform
Function · 0.90
get_python_version
Function · 0.90
get_config_var
Function · 0.90
Tested by
1
test_sysconfigdata_json
Method · 0.72