1 line
31 KiB
JSON
1 line
31 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "label": "configuration.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L1"}, {"id": "configuration_configurationcommand", "label": "ConfigurationCommand", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L24"}, {"id": "command", "label": "Command", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "configuration_configurationcommand_add_options", "label": ".add_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L60"}, {"id": "configuration_configurationcommand_handler_map", "label": ".handler_map()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L98"}, {"id": "configuration_configurationcommand_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L108"}, {"id": "configuration_configurationcommand_determine_file", "label": "._determine_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L146"}, {"id": "configuration_configurationcommand_list_values", "label": ".list_values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L176"}, {"id": "configuration_configurationcommand_get_name", "label": ".get_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L183"}, {"id": "configuration_configurationcommand_set_name_value", "label": ".set_name_value()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L189"}, {"id": "configuration_configurationcommand_unset_name", "label": ".unset_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L195"}, {"id": "configuration_configurationcommand_list_config_values", "label": ".list_config_values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L201"}, {"id": "configuration_configurationcommand_print_config_file_values", "label": ".print_config_file_values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L217"}, {"id": "configuration_configurationcommand_print_env_var_values", "label": ".print_env_var_values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L225"}, {"id": "configuration_configurationcommand_open_in_editor", "label": ".open_in_editor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L233"}, {"id": "configuration_configurationcommand_get_n_args", "label": "._get_n_args()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L255"}, {"id": "configuration_configurationcommand_save_configuration", "label": "._save_configuration()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L269"}, {"id": "configuration_configurationcommand_determine_editor", "label": "._determine_editor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L280"}, {"id": "configuration_rationale_25", "label": "Manage local and global configuration. Subcommands: - list: List the a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L25"}, {"id": "configuration_rationale_202", "label": "List config key-value pairs across different config files", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L202"}, {"id": "configuration_rationale_218", "label": "Get key-value pairs from the file of a variant", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L218"}, {"id": "configuration_rationale_226", "label": "Get key-values pairs present as environment variables", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L226"}, {"id": "configuration_rationale_256", "label": "Helper to make sure the command got the right number of arguments", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L256"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "subprocess", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "optparse", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "pip_internal_cli_base_command", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "pip_internal_cli_status_codes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "pip_internal_configuration", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "pip_internal_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "pip_internal_utils_logging", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "pip_internal_utils_misc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_commands_configuration_py", "target": "configuration_configurationcommand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L24", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "command", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L24", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_add_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L60", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_handler_map", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L98", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L108", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_determine_file", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L146", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_list_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L176", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_get_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L183", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_set_name_value", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L189", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_unset_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L195", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_list_config_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L201", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_print_config_file_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L217", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_print_env_var_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L225", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_open_in_editor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L233", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_get_n_args", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L255", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_save_configuration", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L269", "weight": 1.0}, {"source": "configuration_configurationcommand", "target": "configuration_configurationcommand_determine_editor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L280", "weight": 1.0}, {"source": "configuration_configurationcommand_run", "target": "configuration_configurationcommand_handler_map", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L109", "weight": 1.0}, {"source": "configuration_configurationcommand_run", "target": "configuration_configurationcommand_determine_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L124", "weight": 1.0}, {"source": "configuration_configurationcommand_list_values", "target": "configuration_configurationcommand_get_n_args", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L177", "weight": 1.0}, {"source": "configuration_configurationcommand_get_name", "target": "configuration_configurationcommand_get_n_args", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L184", "weight": 1.0}, {"source": "configuration_configurationcommand_set_name_value", "target": "configuration_configurationcommand_get_n_args", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L190", "weight": 1.0}, {"source": "configuration_configurationcommand_set_name_value", "target": "configuration_configurationcommand_save_configuration", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L193", "weight": 1.0}, {"source": "configuration_configurationcommand_unset_name", "target": "configuration_configurationcommand_get_n_args", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L196", "weight": 1.0}, {"source": "configuration_configurationcommand_unset_name", "target": "configuration_configurationcommand_save_configuration", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L199", "weight": 1.0}, {"source": "configuration_configurationcommand_list_config_values", "target": "configuration_configurationcommand_get_n_args", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L203", "weight": 1.0}, {"source": "configuration_configurationcommand_list_config_values", "target": "configuration_configurationcommand_print_env_var_values", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L205", "weight": 1.0}, {"source": "configuration_configurationcommand_list_config_values", "target": "configuration_configurationcommand_print_config_file_values", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L215", "weight": 1.0}, {"source": "configuration_configurationcommand_open_in_editor", "target": "configuration_configurationcommand_determine_editor", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L234", "weight": 1.0}, {"source": "configuration_rationale_25", "target": "configuration_configurationcommand", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L25", "weight": 1.0}, {"source": "configuration_rationale_202", "target": "configuration_configurationcommand_list_config_values", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L202", "weight": 1.0}, {"source": "configuration_rationale_218", "target": "configuration_configurationcommand_print_config_file_values", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L218", "weight": 1.0}, {"source": "configuration_rationale_226", "target": "configuration_configurationcommand_print_env_var_values", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L226", "weight": 1.0}, {"source": "configuration_rationale_256", "target": "configuration_configurationcommand_get_n_args", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L256", "weight": 1.0}], "raw_calls": [{"caller_nid": "configuration_configurationcommand_add_options", "callee": "add_option", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L61"}, {"caller_nid": "configuration_configurationcommand_add_options", "callee": "add_option", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L72"}, {"caller_nid": "configuration_configurationcommand_add_options", "callee": "add_option", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L80"}, {"caller_nid": "configuration_configurationcommand_add_options", "callee": "add_option", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L88"}, {"caller_nid": "configuration_configurationcommand_add_options", "callee": "insert_option_group", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L96"}, {"caller_nid": "configuration_configurationcommand_run", "callee": "error", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L113"}, {"caller_nid": "configuration_configurationcommand_run", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L115"}, {"caller_nid": "configuration_configurationcommand_run", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L115"}, {"caller_nid": "configuration_configurationcommand_run", "callee": "error", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L128"}, {"caller_nid": "configuration_configurationcommand_run", "callee": "Configuration", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L132"}, {"caller_nid": "configuration_configurationcommand_run", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L135"}, {"caller_nid": "configuration_configurationcommand_run", "callee": "handler_map[action]", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L139"}, {"caller_nid": "configuration_configurationcommand_run", "callee": "error", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L141"}, {"caller_nid": "configuration_configurationcommand_determine_file", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L161"}, {"caller_nid": "configuration_configurationcommand_determine_file", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L162"}, {"caller_nid": "configuration_configurationcommand_determine_file", "callee": "get_configuration_files", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L163"}, {"caller_nid": "configuration_configurationcommand_determine_file", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L168"}, {"caller_nid": "configuration_configurationcommand_determine_file", "callee": "PipError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L171"}, {"caller_nid": "configuration_configurationcommand_list_values", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L179"}, {"caller_nid": "configuration_configurationcommand_list_values", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L179"}, {"caller_nid": "configuration_configurationcommand_list_values", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L180"}, {"caller_nid": "configuration_configurationcommand_list_values", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L180"}, {"caller_nid": "configuration_configurationcommand_list_values", "callee": "write_output", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L181"}, {"caller_nid": "configuration_configurationcommand_get_name", "callee": "get_value", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L185"}, {"caller_nid": "configuration_configurationcommand_get_name", "callee": "write_output", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L187"}, {"caller_nid": "configuration_configurationcommand_set_name_value", "callee": "set_value", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L191"}, {"caller_nid": "configuration_configurationcommand_unset_name", "callee": "unset_value", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L197"}, {"caller_nid": "configuration_configurationcommand_list_config_values", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L208"}, {"caller_nid": "configuration_configurationcommand_list_config_values", "callee": "iter_config_files", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L208"}, {"caller_nid": "configuration_configurationcommand_list_config_values", "callee": "write_output", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L209"}, {"caller_nid": "configuration_configurationcommand_list_config_values", "callee": "indent_log", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L211"}, {"caller_nid": "configuration_configurationcommand_list_config_values", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L212"}, {"caller_nid": "configuration_configurationcommand_list_config_values", "callee": "write_output", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L213"}, {"caller_nid": "configuration_configurationcommand_print_config_file_values", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L219"}, {"caller_nid": "configuration_configurationcommand_print_config_file_values", "callee": "get_values_in_config", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L219"}, {"caller_nid": "configuration_configurationcommand_print_config_file_values", "callee": "indent_log", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L220"}, {"caller_nid": "configuration_configurationcommand_print_config_file_values", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L222"}, {"caller_nid": "configuration_configurationcommand_print_config_file_values", "callee": "write_output", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L223"}, {"caller_nid": "configuration_configurationcommand_print_env_var_values", "callee": "write_output", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L227"}, {"caller_nid": "configuration_configurationcommand_print_env_var_values", "callee": "indent_log", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L228"}, {"caller_nid": "configuration_configurationcommand_print_env_var_values", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L229"}, {"caller_nid": "configuration_configurationcommand_print_env_var_values", "callee": "get_environ_vars", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L229"}, {"caller_nid": "configuration_configurationcommand_print_env_var_values", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L230"}, {"caller_nid": "configuration_configurationcommand_print_env_var_values", "callee": "write_output", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L231"}, {"caller_nid": "configuration_configurationcommand_open_in_editor", "callee": "get_file_to_edit", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L236"}, {"caller_nid": "configuration_configurationcommand_open_in_editor", "callee": "PipError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L238"}, {"caller_nid": "configuration_configurationcommand_open_in_editor", "callee": "PipError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L242"}, {"caller_nid": "configuration_configurationcommand_open_in_editor", "callee": "check_call", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L247"}, {"caller_nid": "configuration_configurationcommand_open_in_editor", "callee": "PipError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L253"}, {"caller_nid": "configuration_configurationcommand_get_n_args", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L257"}, {"caller_nid": "configuration_configurationcommand_get_n_args", "callee": "get_prog", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L260"}, {"caller_nid": "configuration_configurationcommand_get_n_args", "callee": "PipError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L262"}, {"caller_nid": "configuration_configurationcommand_save_configuration", "callee": "save", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L273"}, {"caller_nid": "configuration_configurationcommand_save_configuration", "callee": "exception", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L275"}, {"caller_nid": "configuration_configurationcommand_save_configuration", "callee": "PipError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L278"}, {"caller_nid": "configuration_configurationcommand_determine_editor", "callee": "PipError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py", "source_location": "L288"}]} |