1 line
8.8 KiB
JSON
1 line
8.8 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "label": "base.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L1"}, {"id": "base_get_major_minor_version", "label": "get_major_minor_version()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L20"}, {"id": "base_change_root", "label": "change_root()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L28"}, {"id": "base_get_src_prefix", "label": "get_src_prefix()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L56"}, {"id": "base_is_osx_framework", "label": "is_osx_framework()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L81"}, {"id": "base_rationale_21", "label": "Return the major-minor version of the current Python as a string, e.g. \"3.7\"", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L21"}, {"id": "base_rationale_29", "label": "Return 'pathname' with 'new_root' prepended. If 'pathname' is relative, thi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L29"}, {"id": "base_rationale_60", "label": "# FIXME: keep src in cwd for now (it is not a temporary folder)", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L60"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "site", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "sysconfig", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "pip_internal_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "pip_internal_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "pip_internal_utils_virtualenv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "base_get_major_minor_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "base_change_root", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "base_get_src_prefix", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L56", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "target": "base_is_osx_framework", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L81", "weight": 1.0}, {"source": "base_rationale_21", "target": "base_get_major_minor_version", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L21", "weight": 1.0}, {"source": "base_rationale_29", "target": "base_change_root", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L29", "weight": 1.0}, {"source": "base_rationale_60", "target": "backend_venv_lib_python3_12_site_packages_pip_internal_locations_base_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L60", "weight": 1.0}], "raw_calls": [{"caller_nid": "base_get_major_minor_version", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L25"}, {"caller_nid": "base_change_root", "callee": "isabs", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L38"}, {"caller_nid": "base_change_root", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L39"}, {"caller_nid": "base_change_root", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L41"}, {"caller_nid": "base_change_root", "callee": "splitdrive", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L44"}, {"caller_nid": "base_change_root", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L47"}, {"caller_nid": "base_change_root", "callee": "InstallationError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L50"}, {"caller_nid": "base_get_src_prefix", "callee": "running_under_virtualenv", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L57"}, {"caller_nid": "base_get_src_prefix", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L58"}, {"caller_nid": "base_get_src_prefix", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L62"}, {"caller_nid": "base_get_src_prefix", "callee": "getcwd", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L62"}, {"caller_nid": "base_get_src_prefix", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L65"}, {"caller_nid": "base_get_src_prefix", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L69"}, {"caller_nid": "base_is_osx_framework", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L82"}, {"caller_nid": "base_is_osx_framework", "callee": "get_config_var", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py", "source_location": "L82"}]} |