MCPcopy 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
311def get_default_scheme():
312 return get_preferred_scheme('prefix')
313
314
315def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…