Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_default_scheme
Function
get_default_scheme
Lib/sysconfig/__init__.py:311–312 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
309
310
311
def
get_default_scheme():
312
return
get_preferred_scheme(
'prefix'
)
313
314
315
def
get_makefile_filename():
Callers
5
_main
Function · 0.90
test_get_paths
Method · 0.90
test_get_default_scheme
Method · 0.90
get_paths
Function · 0.85
get_path
Function · 0.85
Calls
1
get_preferred_scheme
Function · 0.85
Tested by
2
test_get_paths
Method · 0.72
test_get_default_scheme
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…