Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_default_scheme
Function
get_default_scheme
Lib/sysconfig/__init__.py:322–323 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
321
322
def
get_default_scheme():
323
return
get_preferred_scheme(
'prefix'
)
324
325
326
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