1 line
25 KiB
JSON
1 line
25 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "label": "base_command.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L1"}, {"id": "base_command_command", "label": "Command", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L46"}, {"id": "commandcontextmixin", "label": "CommandContextMixIn", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "base_command_command_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L50"}, {"id": "base_command_command_add_options", "label": ".add_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L80"}, {"id": "base_command_command_handle_pip_version_check", "label": ".handle_pip_version_check()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L83"}, {"id": "base_command_command_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L92"}, {"id": "base_command_command_run_wrapper", "label": "._run_wrapper()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L95"}, {"id": "base_command_command_parse_args", "label": ".parse_args()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L152"}, {"id": "base_command_command_main", "label": ".main()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L156"}, {"id": "base_command_command_handler_map", "label": ".handler_map()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L251"}, {"id": "base_command_rationale_1", "label": "Base Command class, and related routines", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L1"}, {"id": "base_command_rationale_84", "label": "This is a no-op so that commands by default do not do the pip version ch", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L84"}, {"id": "base_command_rationale_252", "label": "map of names to handler actions for commands with sub-actions", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L252"}, {"id": "base_command_rationale_209", "label": "# TODO: Try to get these passing down from the command?", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L209"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "logging_config", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "optparse", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "traceback", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "optparse", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_vendor_rich", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_vendor_rich", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_cli", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_cli_command_context", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_cli_parser", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_cli_status_codes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_utils_filesystem", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_utils_logging", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_utils_misc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_utils_temp_dir", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_utils_temp_dir", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "pip_internal_utils_virtualenv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "target": "base_command_command", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L46", "weight": 1.0}, {"source": "base_command_command", "target": "commandcontextmixin", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L46", "weight": 1.0}, {"source": "base_command_command", "target": "base_command_command_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L50", "weight": 1.0}, {"source": "base_command_command", "target": "base_command_command_add_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L80", "weight": 1.0}, {"source": "base_command_command", "target": "base_command_command_handle_pip_version_check", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L83", "weight": 1.0}, {"source": "base_command_command", "target": "base_command_command_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L92", "weight": 1.0}, {"source": "base_command_command", "target": "base_command_command_run_wrapper", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L95", "weight": 1.0}, {"source": "base_command_command", "target": "base_command_command_parse_args", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L152", "weight": 1.0}, {"source": "base_command_command", "target": "base_command_command_main", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L156", "weight": 1.0}, {"source": "base_command_command", "target": "base_command_command_main", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L163", "weight": 1.0}, {"source": "base_command_command", "target": "base_command_command_handler_map", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L251", "weight": 1.0}, {"source": "base_command_command_init", "target": "base_command_command_add_options", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L78", "weight": 1.0}, {"source": "base_command_command_main", "target": "base_command_command_parse_args", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L172", "weight": 1.0}, {"source": "base_command_command_main", "target": "base_command_command_run_wrapper", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L249", "weight": 1.0}, {"source": "base_command_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L1", "weight": 1.0}, {"source": "base_command_rationale_84", "target": "base_command_command_handle_pip_version_check", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L84", "weight": 1.0}, {"source": "base_command_rationale_252", "target": "base_command_command_handler_map", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L252", "weight": 1.0}, {"source": "base_command_rationale_209", "target": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_base_command_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L209", "weight": 1.0}], "raw_calls": [{"caller_nid": "base_command_command_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L51"}, {"caller_nid": "base_command_command_init", "callee": "ConfigOptionParser", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L55"}, {"caller_nid": "base_command_command_init", "callee": "get_prog", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L57"}, {"caller_nid": "base_command_command_init", "callee": "UpdatingDefaultsHelpFormatter", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L58"}, {"caller_nid": "base_command_command_init", "callee": "capitalize", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L68"}, {"caller_nid": "base_command_command_init", "callee": "OptionGroup", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L69"}, {"caller_nid": "base_command_command_init", "callee": "make_option_group", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L72"}, {"caller_nid": "base_command_command_init", "callee": "add_option_group", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L76"}, {"caller_nid": "base_command_command_handle_pip_version_check", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L90"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "install", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L103"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "_inner_run", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L104"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "_inner_run", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L107"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L108"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "error", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L111"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L112"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "critical", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L116"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L116"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L117"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "critical", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L125"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L125"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L126"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "critical", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L130"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L131"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L137"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "print_exc", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L139"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "critical", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L143"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L144"}, {"caller_nid": "base_command_command_run_wrapper", "callee": "critical", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L148"}, {"caller_nid": "base_command_command_main", "callee": "main_context", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L158"}, {"caller_nid": "base_command_command_main", "callee": "_main", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L159"}, {"caller_nid": "base_command_command_main", "callee": "shutdown", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L161"}, {"caller_nid": "base_command_command_main", "callee": "enter_context", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L167"}, {"caller_nid": "base_command_command_main", "callee": "tempdir_registry", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L167"}, {"caller_nid": "base_command_command_main", "callee": "enter_context", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L170"}, {"caller_nid": "base_command_command_main", "callee": "global_tempdir_manager", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L170"}, {"caller_nid": "base_command_command_main", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L179"}, {"caller_nid": "base_command_command_main", "callee": "reconfigure", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L182"}, {"caller_nid": "base_command_command_main", "callee": "setup_logging", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L183"}, {"caller_nid": "base_command_command_main", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L189"}, {"caller_nid": "base_command_command_main", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L189"}, {"caller_nid": "base_command_command_main", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L193"}, {"caller_nid": "base_command_command_main", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L195"}, {"caller_nid": "base_command_command_main", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L195"}, {"caller_nid": "base_command_command_main", "callee": "critical", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L204"}, {"caller_nid": "base_command_command_main", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L207"}, {"caller_nid": "base_command_command_main", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L217"}, {"caller_nid": "base_command_command_main", "callee": "running_under_virtualenv", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L221"}, {"caller_nid": "base_command_command_main", "callee": "critical", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L222"}, {"caller_nid": "base_command_command_main", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L223"}, {"caller_nid": "base_command_command_main", "callee": "normalize_path", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L226"}, {"caller_nid": "base_command_command_main", "callee": "check_path_owner", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L227"}, {"caller_nid": "base_command_command_main", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L228"}, {"caller_nid": "base_command_command_main", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L240"}, {"caller_nid": "base_command_command_main", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L243"}, {"caller_nid": "base_command_command_main", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", "source_location": "L247"}]} |