MCPcopy 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
322def get_default_scheme():
323 return get_preferred_scheme('prefix')
324
325
326def get_makefile_filename():

Callers 5

_mainFunction · 0.90
test_get_pathsMethod · 0.90
get_pathsFunction · 0.85
get_pathFunction · 0.85

Calls 1

get_preferred_schemeFunction · 0.85

Tested by 2

test_get_pathsMethod · 0.72