Files
tfm_ainventory/graphify-out/cache/10f9bed334e1a5796b9de075aa6d7a320f60c76ad387f4d76fdc8e5d06d169bd.json

1 line
23 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "label": "wheel_builder.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L1"}, {"id": "wheel_builder_contains_egg_info", "label": "_contains_egg_info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L34"}, {"id": "wheel_builder_should_cache", "label": "_should_cache()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L42"}, {"id": "wheel_builder_get_cache_dir", "label": "_get_cache_dir()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L73"}, {"id": "wheel_builder_verify_one", "label": "_verify_one()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L89"}, {"id": "wheel_builder_build_one", "label": "_build_one()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L118"}, {"id": "wheel_builder_build_one_inside_env", "label": "_build_one_inside_env()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L152"}, {"id": "wheel_builder_build", "label": "build()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L204"}, {"id": "wheel_builder_rationale_1", "label": "Orchestrator for building wheels from InstallRequirements.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L1"}, {"id": "wheel_builder_rationale_35", "label": "Determine whether the string looks like an egg_info. :param s: The string t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L35"}, {"id": "wheel_builder_rationale_45", "label": "Return whether a built InstallRequirement can be stored in the persistent wh", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L45"}, {"id": "wheel_builder_rationale_77", "label": "Return the persistent or temporary cache directory where the built wheel nee", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L77"}, {"id": "wheel_builder_rationale_124", "label": "Build one wheel. :return: The filename of the built wheel, or None if the b", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L124"}, {"id": "wheel_builder_rationale_209", "label": "Build wheels. :return: The list of InstallRequirement that succeeded to bui", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L209"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "os_path", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "tempfile", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_vendor_packaging_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_vendor_packaging_version", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_cache", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_metadata", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_models_link", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_models_wheel", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_operations_build_wheel", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_operations_build_wheel_editable", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_req_req_install", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_utils_logging", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_utils_misc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_utils_urls", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "pip_internal_vcs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "wheel_builder_contains_egg_info", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "wheel_builder_should_cache", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "wheel_builder_get_cache_dir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "wheel_builder_verify_one", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L89", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "wheel_builder_build_one", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L118", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "wheel_builder_build_one_inside_env", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L152", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "target": "wheel_builder_build", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L204", "weight": 1.0}, {"source": "wheel_builder_should_cache", "target": "wheel_builder_contains_egg_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L66", "weight": 1.0}, {"source": "wheel_builder_get_cache_dir", "target": "wheel_builder_should_cache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L82", "weight": 1.0}, {"source": "wheel_builder_build_one", "target": "wheel_builder_build_one_inside_env", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L142", "weight": 1.0}, {"source": "wheel_builder_build_one", "target": "wheel_builder_verify_one", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L145", "weight": 1.0}, {"source": "wheel_builder_build", "target": "wheel_builder_get_cache_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L227", "weight": 1.0}, {"source": "wheel_builder_build", "target": "wheel_builder_build_one", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L228", "weight": 1.0}, {"source": "wheel_builder_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pip_internal_wheel_builder_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L1", "weight": 1.0}, {"source": "wheel_builder_rationale_35", "target": "wheel_builder_contains_egg_info", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L35", "weight": 1.0}, {"source": "wheel_builder_rationale_45", "target": "wheel_builder_should_cache", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L45", "weight": 1.0}, {"source": "wheel_builder_rationale_77", "target": "wheel_builder_get_cache_dir", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L77", "weight": 1.0}, {"source": "wheel_builder_rationale_124", "target": "wheel_builder_build_one", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L124", "weight": 1.0}, {"source": "wheel_builder_rationale_209", "target": "wheel_builder_build", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L209", "weight": 1.0}], "raw_calls": [{"caller_nid": "wheel_builder_contains_egg_info", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L39"}, {"caller_nid": "wheel_builder_contains_egg_info", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L39"}, {"caller_nid": "wheel_builder_should_cache", "callee": "get_backend_for_scheme", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L58"}, {"caller_nid": "wheel_builder_should_cache", "callee": "is_immutable_rev_checkout", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L60"}, {"caller_nid": "wheel_builder_should_cache", "callee": "splitext", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L65"}, {"caller_nid": "wheel_builder_get_cache_dir", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L80"}, {"caller_nid": "wheel_builder_get_cache_dir", "callee": "get_path_for_link", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L83"}, {"caller_nid": "wheel_builder_get_cache_dir", "callee": "get_ephem_path_for_link", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L85"}, {"caller_nid": "wheel_builder_verify_one", "callee": "canonicalize_name", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L90"}, {"caller_nid": "wheel_builder_verify_one", "callee": "Wheel", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L91"}, {"caller_nid": "wheel_builder_verify_one", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L91"}, {"caller_nid": "wheel_builder_verify_one", "callee": "InvalidWheelFilename", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L93"}, {"caller_nid": "wheel_builder_verify_one", "callee": "get_wheel_distribution", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L97"}, {"caller_nid": "wheel_builder_verify_one", "callee": "FilesystemWheel", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L97"}, {"caller_nid": "wheel_builder_verify_one", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L98"}, {"caller_nid": "wheel_builder_verify_one", "callee": "canonicalize_version", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L99"}, {"caller_nid": "wheel_builder_verify_one", "callee": "canonicalize_version", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L99"}, {"caller_nid": "wheel_builder_verify_one", "callee": "InvalidWheelFilename", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L100"}, {"caller_nid": "wheel_builder_verify_one", "callee": "UnsupportedWheel", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L106"}, {"caller_nid": "wheel_builder_verify_one", "callee": "Version", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L108"}, {"caller_nid": "wheel_builder_verify_one", "callee": "UnsupportedWheel", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L111"}, {"caller_nid": "wheel_builder_verify_one", "callee": "Version", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L112"}, {"caller_nid": "wheel_builder_verify_one", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L112"}, {"caller_nid": "wheel_builder_verify_one", "callee": "UnsupportedWheel", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L113"}, {"caller_nid": "wheel_builder_build_one", "callee": "ensure_dir", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L130"}, {"caller_nid": "wheel_builder_build_one", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L132"}, {"caller_nid": "wheel_builder_build_one", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L147"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "TemporaryDirectory", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L157"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "build_wheel_editable", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L162"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "build_wheel_pep517", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L169"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L177"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L178"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "hash_file", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L180"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L185"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L186"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "hexdigest", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L191"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L193"}, {"caller_nid": "wheel_builder_build_one_inside_env", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L196"}, {"caller_nid": "wheel_builder_build", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L218"}, {"caller_nid": "wheel_builder_build", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L220"}, {"caller_nid": "wheel_builder_build", "callee": "indent_log", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L223"}, {"caller_nid": "wheel_builder_build", "callee": "record_download_origin", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L240"}, {"caller_nid": "wheel_builder_build", "callee": "Link", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L242"}, {"caller_nid": "wheel_builder_build", "callee": "path_to_url", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L242"}, {"caller_nid": "wheel_builder_build", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L245"}, {"caller_nid": "wheel_builder_build", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L247"}, {"caller_nid": "wheel_builder_build", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L251"}, {"caller_nid": "wheel_builder_build", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L253"}, {"caller_nid": "wheel_builder_build", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L256"}, {"caller_nid": "wheel_builder_build", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py", "source_location": "L258"}]}