1 line
33 KiB
JSON
1 line
33 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "label": "req_command.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L1"}, {"id": "req_command_should_ignore_regular_constraints", "label": "should_ignore_regular_constraints()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L59"}, {"id": "req_command_with_cleanup", "label": "with_cleanup()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L79"}, {"id": "req_command_parse_constraint_files", "label": "parse_constraint_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L107"}, {"id": "req_command_requirementcommand", "label": "RequirementCommand", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L132"}, {"id": "indexgroupcommand", "label": "IndexGroupCommand", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "req_command_requirementcommand_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L133"}, {"id": "req_command_determine_resolver_variant", "label": "determine_resolver_variant()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L140"}, {"id": "req_command_make_requirement_preparer", "label": "make_requirement_preparer()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L148"}, {"id": "req_command_make_resolver", "label": "make_resolver()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L229"}, {"id": "req_command_requirementcommand_get_requirements", "label": ".get_requirements()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L285"}, {"id": "req_command_trace_basic_info", "label": "trace_basic_info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L410"}, {"id": "req_command_requirementcommand_build_package_finder", "label": "._build_package_finder()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L420"}, {"id": "req_command_rationale_1", "label": "Contains the RequirementCommand base class. This class is in a separate module", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L1"}, {"id": "req_command_rationale_60", "label": "Check if regular constraints should be ignored because we are in a isolated", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L60"}, {"id": "req_command_rationale_82", "label": "Decorator for common logic related to managing temporary directories.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L82"}, {"id": "req_command_rationale_141", "label": "Determines which resolver should be used, based on the given options.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L141"}, {"id": "req_command_rationale_159", "label": "Create a RequirementPreparer instance for the given parameters.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L159"}, {"id": "req_command_rationale_242", "label": "Create a Resolver instance for the given parameters.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L242"}, {"id": "req_command_rationale_292", "label": "Parse command-line arguments into the corresponding requirements.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L292"}, {"id": "req_command_rationale_411", "label": "Trace basic information about the provided objects.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L411"}, {"id": "req_command_rationale_427", "label": "Create a package finder appropriate to this requirement command. :param", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L427"}, {"id": "req_command_rationale_333", "label": "# NOTE: options.require_hashes may be set if --require-hashes is True", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L333"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "optparse", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_build_env", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_cache", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_cli", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_cli_cmdoptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_cli_index_command", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_cli_index_command", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_index_collector", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_index_package_finder", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_models_selection_prefs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_models_target_python", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_network_session", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_operations_build_build_tracker", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_operations_prepare", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_req_constructors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_req_pep723", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_req_req_dependency_group", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_req_req_file", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_req_req_install", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_resolution_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L48", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "pip_internal_utils_packaging", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_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/req_command.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "req_command_should_ignore_regular_constraints", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L59", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "req_command_with_cleanup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L79", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "req_command_parse_constraint_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L107", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "req_command_requirementcommand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L132", "weight": 1.0}, {"source": "req_command_requirementcommand", "target": "indexgroupcommand", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L132", "weight": 1.0}, {"source": "req_command_requirementcommand", "target": "req_command_requirementcommand_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L133", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "req_command_determine_resolver_variant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L140", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "req_command_make_requirement_preparer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L148", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "req_command_make_resolver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L229", "weight": 1.0}, {"source": "req_command_requirementcommand", "target": "req_command_requirementcommand_get_requirements", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L285", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "target": "req_command_trace_basic_info", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L410", "weight": 1.0}, {"source": "req_command_requirementcommand", "target": "req_command_requirementcommand_build_package_finder", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L420", "weight": 1.0}, {"source": "req_command_make_requirement_preparer", "target": "req_command_determine_resolver_variant", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L166", "weight": 1.0}, {"source": "req_command_make_requirement_preparer", "target": "req_command_parse_constraint_files", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L193", "weight": 1.0}, {"source": "req_command_make_resolver", "target": "req_command_determine_resolver_variant", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L249", "weight": 1.0}, {"source": "req_command_requirementcommand_get_requirements", "target": "req_command_should_ignore_regular_constraints", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L297", "weight": 1.0}, {"source": "req_command_requirementcommand_get_requirements", "target": "req_command_parse_constraint_files", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L298", "weight": 1.0}, {"source": "req_command_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L1", "weight": 1.0}, {"source": "req_command_rationale_60", "target": "req_command_should_ignore_regular_constraints", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L60", "weight": 1.0}, {"source": "req_command_rationale_82", "target": "req_command_with_cleanup", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L82", "weight": 1.0}, {"source": "req_command_rationale_141", "target": "req_command_requirementcommand_determine_resolver_variant", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L141", "weight": 1.0}, {"source": "req_command_rationale_159", "target": "req_command_requirementcommand_make_requirement_preparer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L159", "weight": 1.0}, {"source": "req_command_rationale_242", "target": "req_command_requirementcommand_make_resolver", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L242", "weight": 1.0}, {"source": "req_command_rationale_292", "target": "req_command_requirementcommand_get_requirements", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L292", "weight": 1.0}, {"source": "req_command_rationale_411", "target": "req_command_requirementcommand_trace_basic_info", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L411", "weight": 1.0}, {"source": "req_command_rationale_427", "target": "req_command_requirementcommand_build_package_finder", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L427", "weight": 1.0}, {"source": "req_command_rationale_333", "target": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_req_command_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L333", "weight": 1.0}], "raw_calls": [{"caller_nid": "req_command_should_ignore_regular_constraints", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L66"}, {"caller_nid": "req_command_parse_constraint_files", "callee": "parse_requirements", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L115"}, {"caller_nid": "req_command_parse_constraint_files", "callee": "install_req_from_parsed_requirement", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L122"}, {"caller_nid": "req_command_parse_constraint_files", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L127"}, {"caller_nid": "req_command_requirementcommand_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L134"}, {"caller_nid": "req_command_requirementcommand_init", "callee": "add_option", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L136"}, {"caller_nid": "req_command_requirementcommand_init", "callee": "dependency_groups", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L136"}, {"caller_nid": "req_command_requirementcommand_init", "callee": "add_option", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L137"}, {"caller_nid": "req_command_requirementcommand_init", "callee": "no_clean", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L137"}, {"caller_nid": "req_command_make_requirement_preparer", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L170"}, {"caller_nid": "req_command_make_requirement_preparer", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L181"}, {"caller_nid": "req_command_make_requirement_preparer", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L186"}, {"caller_nid": "req_command_make_requirement_preparer", "callee": "InprocessBuildEnvironmentInstaller", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L196"}, {"caller_nid": "req_command_make_requirement_preparer", "callee": "WheelCache", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L201"}, {"caller_nid": "req_command_make_requirement_preparer", "callee": "SubprocessBuildEnvironmentInstaller", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L204"}, {"caller_nid": "req_command_make_requirement_preparer", "callee": "RequirementPreparer", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L210"}, {"caller_nid": "req_command_make_resolver", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L245"}, {"caller_nid": "req_command_make_resolver", "callee": "Resolver", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L256"}, {"caller_nid": "req_command_make_resolver", "callee": "Resolver", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L271"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L301"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L304"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "install_req_from_line", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L306"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L311"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L313"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "parse_dependency_groups", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L316"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "install_req_from_req_string", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L317"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L322"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "install_req_from_editable", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L325"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L329"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L331"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "parse_requirements", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L335"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "install_req_from_parsed_requirement", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L338"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L343"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L348"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L351"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "CommandError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L352"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "pep723_metadata", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L356"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "CommandError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L358"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L360"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "make_target_python", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L363"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "check_requires_python", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L365"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "UnsupportedPythonVersion", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L369"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L374"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "install_req_from_req_string", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L375"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L380"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L383"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "CommandError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L395"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L396"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L398"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L398"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "CommandError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L402"}, {"caller_nid": "req_command_requirementcommand_get_requirements", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L403"}, {"caller_nid": "req_command_trace_basic_info", "callee": "get_formatted_locations", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L416"}, {"caller_nid": "req_command_trace_basic_info", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L418"}, {"caller_nid": "req_command_requirementcommand_build_package_finder", "callee": "create", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L433"}, {"caller_nid": "req_command_requirementcommand_build_package_finder", "callee": "SelectionPreferences", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L434"}, {"caller_nid": "req_command_requirementcommand_build_package_finder", "callee": "create", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", "source_location": "L442"}]} |