1 line
30 KiB
JSON
1 line
30 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "label": "prompt.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L1"}, {"id": "prompt_prompterror", "label": "PromptError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L11"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "prompt_invalidresponse", "label": "InvalidResponse", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L15"}, {"id": "prompt_invalidresponse_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L23"}, {"id": "prompt_invalidresponse_rich", "label": ".__rich__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L26"}, {"id": "prompt_promptbase", "label": "PromptBase", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L30"}, {"id": "prompt_promptbase_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L54"}, {"id": "prompt_ask", "label": "ask()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L80"}, {"id": "prompt_promptbase_render_default", "label": ".render_default()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L151"}, {"id": "prompt_promptbase_make_prompt", "label": ".make_prompt()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L162"}, {"id": "prompt_get_input", "label": "get_input()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L194"}, {"id": "prompt_promptbase_check_choice", "label": ".check_choice()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L213"}, {"id": "prompt_promptbase_process_response", "label": ".process_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L227"}, {"id": "prompt_promptbase_on_validate_error", "label": ".on_validate_error()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L258"}, {"id": "prompt_promptbase_pre_prompt", "label": ".pre_prompt()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L267"}, {"id": "prompt_call", "label": "__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L271"}, {"id": "prompt_promptbase_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L280"}, {"id": "prompt_prompt", "label": "Prompt", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L304"}, {"id": "prompt_intprompt", "label": "IntPrompt", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L316"}, {"id": "prompt_floatprompt", "label": "FloatPrompt", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L328"}, {"id": "prompt_confirm", "label": "Confirm", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L340"}, {"id": "prompt_confirm_render_default", "label": ".render_default()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L353"}, {"id": "prompt_confirm_process_response", "label": ".process_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L358"}, {"id": "prompt_rationale_12", "label": "Exception base class for prompt related errors.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L12"}, {"id": "prompt_rationale_16", "label": "Exception to indicate a response was invalid. Raise this within process_response", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L16"}, {"id": "prompt_rationale_31", "label": "Ask the user for input until a valid response is received. This is the base clas", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L31"}, {"id": "prompt_rationale_125", "label": "Shortcut to construct and run a prompt loop and return the result. Exam", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L125"}, {"id": "prompt_rationale_152", "label": "Turn the supplied default in to a Text instance. Args: defa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L152"}, {"id": "prompt_rationale_163", "label": "Make prompt text. Args: default (DefaultType): Default valu", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L163"}, {"id": "prompt_rationale_201", "label": "Get input from user. Args: console (Console): Console insta", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L201"}, {"id": "prompt_rationale_214", "label": "Check value is in the list of valid choices. Args: value (s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L214"}, {"id": "prompt_rationale_228", "label": "Process response from user, convert to prompt type. Args: v", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L228"}, {"id": "prompt_rationale_259", "label": "Called to handle validation error. Args: value (str): Strin", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L259"}, {"id": "prompt_rationale_268", "label": "Hook to display something before the prompt.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L268"}, {"id": "prompt_rationale_281", "label": "Run the prompt loop. Args: default (Any, optional): Optiona", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L281"}, {"id": "prompt_rationale_305", "label": "A prompt that returns a str. Example: >>> name = Prompt.ask(\"Enter", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L305"}, {"id": "prompt_rationale_317", "label": "A prompt that returns an integer. Example: >>> burrito_count = IntP", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L317"}, {"id": "prompt_rationale_329", "label": "A prompt that returns a float. Example: >>> temperature = FloatProm", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L329"}, {"id": "prompt_rationale_341", "label": "A yes / no confirmation prompt. Example: >>> if Confirm.ask(\"Contin", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L341"}, {"id": "prompt_rationale_354", "label": "Render the default as (y) or (n) rather than True/False.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L354"}, {"id": "prompt_rationale_359", "label": "Convert choices to a bool.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L359"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_console_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_text_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_prompterror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L11", "weight": 1.0}, {"source": "prompt_prompterror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_invalidresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L15", "weight": 1.0}, {"source": "prompt_invalidresponse", "target": "prompt_prompterror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L15", "weight": 1.0}, {"source": "prompt_invalidresponse", "target": "prompt_invalidresponse_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L23", "weight": 1.0}, {"source": "prompt_invalidresponse", "target": "prompt_invalidresponse_rich", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_promptbase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L30", "weight": 1.0}, {"source": "prompt_promptbase", "target": "prompt_promptbase_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_ask", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L80", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_ask", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L97", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_ask", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L112", "weight": 1.0}, {"source": "prompt_promptbase", "target": "prompt_promptbase_render_default", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L151", "weight": 1.0}, {"source": "prompt_promptbase", "target": "prompt_promptbase_make_prompt", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L162", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_get_input", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L194", "weight": 1.0}, {"source": "prompt_promptbase", "target": "prompt_promptbase_check_choice", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L213", "weight": 1.0}, {"source": "prompt_promptbase", "target": "prompt_promptbase_process_response", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L227", "weight": 1.0}, {"source": "prompt_promptbase", "target": "prompt_promptbase_on_validate_error", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L258", "weight": 1.0}, {"source": "prompt_promptbase", "target": "prompt_promptbase_pre_prompt", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L267", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L271", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L275", "weight": 1.0}, {"source": "prompt_promptbase", "target": "prompt_promptbase_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L280", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_prompt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L304", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_intprompt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L316", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_floatprompt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L328", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "prompt_confirm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L340", "weight": 1.0}, {"source": "prompt_confirm", "target": "prompt_confirm_render_default", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L353", "weight": 1.0}, {"source": "prompt_confirm", "target": "prompt_confirm_process_response", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L358", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_prompt_py", "target": "pip_vendor_rich", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L367", "weight": 1.0}, {"source": "prompt_promptbase_make_prompt", "target": "prompt_confirm_render_default", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L186", "weight": 1.0}, {"source": "prompt_promptbase_process_response", "target": "prompt_invalidresponse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L243", "weight": 1.0}, {"source": "prompt_promptbase_process_response", "target": "prompt_promptbase_check_choice", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L246", "weight": 1.0}, {"source": "prompt_promptbase_call", "target": "prompt_promptbase_pre_prompt", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L290", "weight": 1.0}, {"source": "prompt_promptbase_call", "target": "prompt_promptbase_make_prompt", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L291", "weight": 1.0}, {"source": "prompt_promptbase_call", "target": "prompt_get_input", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L292", "weight": 1.0}, {"source": "prompt_promptbase_call", "target": "prompt_confirm_process_response", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L296", "weight": 1.0}, {"source": "prompt_promptbase_call", "target": "prompt_promptbase_on_validate_error", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L298", "weight": 1.0}, {"source": "prompt_confirm_process_response", "target": "prompt_invalidresponse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L362", "weight": 1.0}, {"source": "prompt_rationale_12", "target": "prompt_prompterror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L12", "weight": 1.0}, {"source": "prompt_rationale_16", "target": "prompt_invalidresponse", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L16", "weight": 1.0}, {"source": "prompt_rationale_31", "target": "prompt_promptbase", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L31", "weight": 1.0}, {"source": "prompt_rationale_125", "target": "prompt_promptbase_ask", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L125", "weight": 1.0}, {"source": "prompt_rationale_152", "target": "prompt_promptbase_render_default", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L152", "weight": 1.0}, {"source": "prompt_rationale_163", "target": "prompt_promptbase_make_prompt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L163", "weight": 1.0}, {"source": "prompt_rationale_201", "target": "prompt_promptbase_get_input", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L201", "weight": 1.0}, {"source": "prompt_rationale_214", "target": "prompt_promptbase_check_choice", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L214", "weight": 1.0}, {"source": "prompt_rationale_228", "target": "prompt_promptbase_process_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L228", "weight": 1.0}, {"source": "prompt_rationale_259", "target": "prompt_promptbase_on_validate_error", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L259", "weight": 1.0}, {"source": "prompt_rationale_268", "target": "prompt_promptbase_pre_prompt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L268", "weight": 1.0}, {"source": "prompt_rationale_281", "target": "prompt_promptbase_call", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L281", "weight": 1.0}, {"source": "prompt_rationale_305", "target": "prompt_prompt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L305", "weight": 1.0}, {"source": "prompt_rationale_317", "target": "prompt_intprompt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L317", "weight": 1.0}, {"source": "prompt_rationale_329", "target": "prompt_floatprompt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L329", "weight": 1.0}, {"source": "prompt_rationale_341", "target": "prompt_confirm", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L341", "weight": 1.0}, {"source": "prompt_rationale_354", "target": "prompt_confirm_render_default", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L354", "weight": 1.0}, {"source": "prompt_rationale_359", "target": "prompt_confirm_process_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L359", "weight": 1.0}], "raw_calls": [{"caller_nid": "prompt_promptbase_init", "callee": "get_console", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L65"}, {"caller_nid": "prompt_promptbase_init", "callee": "from_markup", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L67"}, {"caller_nid": "prompt_promptbase_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L68"}, {"caller_nid": "prompt_ask", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L140"}, {"caller_nid": "prompt_ask", "callee": "_prompt", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L149"}, {"caller_nid": "prompt_promptbase_render_default", "callee": "Text", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L160"}, {"caller_nid": "prompt_promptbase_make_prompt", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L171"}, {"caller_nid": "prompt_promptbase_make_prompt", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L175"}, {"caller_nid": "prompt_promptbase_make_prompt", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L177"}, {"caller_nid": "prompt_promptbase_make_prompt", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L178"}, {"caller_nid": "prompt_promptbase_make_prompt", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L183"}, {"caller_nid": "prompt_promptbase_make_prompt", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L185"}, {"caller_nid": "prompt_promptbase_make_prompt", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L187"}, {"caller_nid": "prompt_promptbase_make_prompt", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L189"}, {"caller_nid": "prompt_get_input", "callee": "input", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L211"}, {"caller_nid": "prompt_promptbase_check_choice", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L224"}, {"caller_nid": "prompt_promptbase_check_choice", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L225"}, {"caller_nid": "prompt_promptbase_check_choice", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L225"}, {"caller_nid": "prompt_promptbase_check_choice", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L225"}, {"caller_nid": "prompt_promptbase_process_response", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L239"}, {"caller_nid": "prompt_promptbase_process_response", "callee": "response_type", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L241"}, {"caller_nid": "prompt_promptbase_process_response", "callee": "response_type", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L251"}, {"caller_nid": "prompt_promptbase_process_response", "callee": "index", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L253"}, {"caller_nid": "prompt_promptbase_process_response", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L253"}, {"caller_nid": "prompt_promptbase_process_response", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L253"}, {"caller_nid": "prompt_promptbase_on_validate_error", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L265"}, {"caller_nid": "prompt_confirm_render_default", "callee": "Text", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L356"}, {"caller_nid": "prompt_confirm_process_response", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L360"}, {"caller_nid": "prompt_confirm_process_response", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py", "source_location": "L360"}]} |