1 line
11 KiB
JSON
1 line
11 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "label": "uninstall.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L1"}, {"id": "uninstall_uninstallcommand", "label": "UninstallCommand", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L25"}, {"id": "command", "label": "Command", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "sessioncommandmixin", "label": "SessionCommandMixin", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "uninstall_uninstallcommand_add_options", "label": ".add_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L40"}, {"id": "uninstall_uninstallcommand_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L64"}, {"id": "uninstall_rationale_26", "label": "Uninstall packages. pip is able to uninstall most installed packages. Known", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L26"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "optparse", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "pip_vendor_packaging_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "pip_internal_cli", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "pip_internal_cli_base_command", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "pip_internal_cli_index_command", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "pip_internal_cli_status_codes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "pip_internal_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "pip_internal_req", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "pip_internal_req_constructors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "pip_internal_utils_misc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_uninstall_py", "target": "uninstall_uninstallcommand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L25", "weight": 1.0}, {"source": "uninstall_uninstallcommand", "target": "command", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L25", "weight": 1.0}, {"source": "uninstall_uninstallcommand", "target": "sessioncommandmixin", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L25", "weight": 1.0}, {"source": "uninstall_uninstallcommand", "target": "uninstall_uninstallcommand_add_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L40", "weight": 1.0}, {"source": "uninstall_uninstallcommand", "target": "uninstall_uninstallcommand_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L64", "weight": 1.0}, {"source": "uninstall_rationale_26", "target": "uninstall_uninstallcommand", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L26", "weight": 1.0}], "raw_calls": [{"caller_nid": "uninstall_uninstallcommand_add_options", "callee": "add_option", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L41"}, {"caller_nid": "uninstall_uninstallcommand_add_options", "callee": "add_option", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L53"}, {"caller_nid": "uninstall_uninstallcommand_add_options", "callee": "add_option", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L60"}, {"caller_nid": "uninstall_uninstallcommand_add_options", "callee": "root_user_action", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L60"}, {"caller_nid": "uninstall_uninstallcommand_add_options", "callee": "add_option", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L61"}, {"caller_nid": "uninstall_uninstallcommand_add_options", "callee": "override_externally_managed", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L61"}, {"caller_nid": "uninstall_uninstallcommand_add_options", "callee": "insert_option_group", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L62"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "get_default_session", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L65"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "install_req_from_line", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L69"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "canonicalize_name", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L74"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L76"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "parse_requirements", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L83"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "install_req_from_parsed_requirement", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L86"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "canonicalize_name", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L90"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "InstallationError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L92"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "check_externally_managed", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L98"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "protect_pip_from_modification_on_windows", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L100"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L104"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "uninstall", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L105"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "commit", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L110"}, {"caller_nid": "uninstall_uninstallcommand_run", "callee": "warn_if_run_as_root", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py", "source_location": "L112"}]} |