{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_init_py", "label": "__init__.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L1"}, {"id": "init_should_use_sysconfig", "label": "_should_use_sysconfig()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L47"}, {"id": "init_looks_like_bpo_44860", "label": "_looks_like_bpo_44860()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L77"}, {"id": "init_looks_like_red_hat_patched_platlib_purelib", "label": "_looks_like_red_hat_patched_platlib_purelib()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L91"}, {"id": "init_looks_like_red_hat_lib", "label": "_looks_like_red_hat_lib()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L102"}, {"id": "init_looks_like_debian_scheme", "label": "_looks_like_debian_scheme()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L117"}, {"id": "init_looks_like_red_hat_scheme", "label": "_looks_like_red_hat_scheme()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L125"}, {"id": "init_looks_like_slackware_scheme", "label": "_looks_like_slackware_scheme()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L145"}, {"id": "init_looks_like_msys2_mingw_scheme", "label": "_looks_like_msys2_mingw_scheme()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L161"}, {"id": "init_warn_mismatched", "label": "_warn_mismatched()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L179"}, {"id": "init_warn_if_mismatch", "label": "_warn_if_mismatch()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L189"}, {"id": "init_log_context", "label": "_log_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L197"}, {"id": "init_get_scheme", "label": "get_scheme()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L215"}, {"id": "init_get_bin_prefix", "label": "get_bin_prefix()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L381"}, {"id": "init_get_bin_user", "label": "get_bin_user()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L392"}, {"id": "init_looks_like_deb_system_dist_packages", "label": "_looks_like_deb_system_dist_packages()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L396"}, {"id": "init_get_purelib", "label": "get_purelib()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L413"}, {"id": "init_get_platlib", "label": "get_platlib()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L427"}, {"id": "init_rationale_48", "label": "This function determines the value of _USE_SYSCONFIG. By default, pip uses", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py", "source_location": "L48"}, {"id": "init_rationale_78", "label": "The resolution to bpo-44860 will change this incorrect platlib. See