1 line
33 KiB
JSON
1 line
33 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_click_termui_py", "label": "termui.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L1"}, {"id": "termui_hidden_prompt_func", "label": "hidden_prompt_func()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L54"}, {"id": "termui_build_prompt", "label": "_build_prompt()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L60"}, {"id": "termui_format_default", "label": "_format_default()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L76"}, {"id": "termui_prompt", "label": "prompt()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L83"}, {"id": "termui_confirm", "label": "confirm()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L197"}, {"id": "termui_echo_via_pager", "label": "echo_via_pager()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L261"}, {"id": "termui_progressbar", "label": "progressbar()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L294"}, {"id": "termui_clear", "label": "clear()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L493"}, {"id": "termui_interpret_color", "label": "_interpret_color()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L507"}, {"id": "termui_style", "label": "style()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L518"}, {"id": "termui_unstyle", "label": "unstyle()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L647"}, {"id": "termui_secho", "label": "secho()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L659"}, {"id": "termui_edit", "label": "edit()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L694"}, {"id": "termui_launch", "label": "launch()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L782"}, {"id": "termui_getchar", "label": "getchar()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L816"}, {"id": "termui_raw_terminal", "label": "raw_terminal()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L846"}, {"id": "termui_pause", "label": "pause()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L852"}, {"id": "termui_rationale_95", "label": "Prompts a user for input. This is a convenience function that can be used t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L95"}, {"id": "termui_rationale_205", "label": "Prompts for confirmation (yes/no question). If the user aborts the input by", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L205"}, {"id": "termui_rationale_265", "label": "This function takes a text and shows it via an environment specific pager on", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L265"}, {"id": "termui_rationale_352", "label": "This function creates an iterable context manager that can be used to iterat", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L352"}, {"id": "termui_rationale_494", "label": "Clears the terminal screen. This will have the effect of clearing the whole", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L494"}, {"id": "termui_rationale_532", "label": "Styles a text with ANSI styles and returns the new string. By default the s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L532"}, {"id": "termui_rationale_648", "label": "Removes ANSI styling information from a string. Usually it's not necessary", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L648"}, {"id": "termui_rationale_667", "label": "This function combines :func:`echo` and :func:`style` into one call. As suc", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L667"}, {"id": "termui_rationale_732", "label": "r\"\"\"Edits the given text in the defined editor. If an editor is given (shou", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L732"}, {"id": "termui_rationale_783", "label": "This function launches the given URL (or filename) in the default viewer app", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L783"}, {"id": "termui_rationale_817", "label": "Fetches a single character from the terminal and returns it. This will alwa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L817"}, {"id": "termui_rationale_853", "label": "This command stops execution and waits for the user to press any key to cont", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L853"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "collections_abc", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "inspect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "io", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "itertools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "gettext", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_compat_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_compat_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_globals_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "backend_venv_lib_python3_12_site_packages_click_termui_impl_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_hidden_prompt_func", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_build_prompt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L60", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_format_default", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L76", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_prompt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L83", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_confirm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L197", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_echo_via_pager", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L261", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_progressbar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L294", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_progressbar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L314", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_progressbar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L334", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_clear", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L493", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_interpret_color", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L507", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_style", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L518", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_unstyle", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L647", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_secho", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L659", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_edit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L694", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_edit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L704", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_edit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L714", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_edit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L724", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_launch", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L782", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_getchar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L816", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_raw_terminal", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L846", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_termui_py", "target": "termui_pause", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L852", "weight": 1.0}, {"source": "termui_build_prompt", "target": "termui_format_default", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L72", "weight": 1.0}, {"source": "termui_prompt", "target": "termui_build_prompt", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L159", "weight": 1.0}, {"source": "termui_confirm", "target": "termui_build_prompt", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L229", "weight": 1.0}, {"source": "termui_style", "target": "termui_interpret_color", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L615", "weight": 1.0}, {"source": "termui_secho", "target": "termui_style", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L688", "weight": 1.0}, {"source": "termui_pause", "target": "termui_getchar", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L878", "weight": 1.0}, {"source": "termui_rationale_95", "target": "termui_prompt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L95", "weight": 1.0}, {"source": "termui_rationale_205", "target": "termui_confirm", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L205", "weight": 1.0}, {"source": "termui_rationale_265", "target": "termui_echo_via_pager", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L265", "weight": 1.0}, {"source": "termui_rationale_352", "target": "termui_progressbar", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L352", "weight": 1.0}, {"source": "termui_rationale_494", "target": "termui_clear", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L494", "weight": 1.0}, {"source": "termui_rationale_532", "target": "termui_style", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L532", "weight": 1.0}, {"source": "termui_rationale_648", "target": "termui_unstyle", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L648", "weight": 1.0}, {"source": "termui_rationale_667", "target": "termui_secho", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L667", "weight": 1.0}, {"source": "termui_rationale_732", "target": "termui_edit", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L732", "weight": 1.0}, {"source": "termui_rationale_783", "target": "termui_launch", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L783", "weight": 1.0}, {"source": "termui_rationale_817", "target": "termui_getchar", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L817", "weight": 1.0}, {"source": "termui_rationale_853", "target": "termui_pause", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L853", "weight": 1.0}], "raw_calls": [{"caller_nid": "termui_hidden_prompt_func", "callee": "getpass", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L57"}, {"caller_nid": "termui_build_prompt", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L69"}, {"caller_nid": "termui_build_prompt", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L70"}, {"caller_nid": "termui_build_prompt", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L70"}, {"caller_nid": "termui_format_default", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L77"}, {"caller_nid": "termui_format_default", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L77"}, {"caller_nid": "termui_prompt", "callee": "convert_type", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L157"}, {"caller_nid": "termui_prompt", "callee": "_", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L165"}, {"caller_nid": "termui_prompt", "callee": "prompt_func", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L171"}, {"caller_nid": "termui_prompt", "callee": "value_proc", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L178"}, {"caller_nid": "termui_prompt", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L181"}, {"caller_nid": "termui_prompt", "callee": "_", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L181"}, {"caller_nid": "termui_prompt", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L183"}, {"caller_nid": "termui_prompt", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L183"}, {"caller_nid": "termui_prompt", "callee": "_", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L183"}, {"caller_nid": "termui_prompt", "callee": "prompt_func", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L188"}, {"caller_nid": "termui_prompt", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L194"}, {"caller_nid": "termui_prompt", "callee": "_", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L194"}, {"caller_nid": "termui_confirm", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L240"}, {"caller_nid": "termui_confirm", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L243"}, {"caller_nid": "termui_confirm", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L243"}, {"caller_nid": "termui_confirm", "callee": "visible_prompt_func", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L243"}, {"caller_nid": "termui_confirm", "callee": "Abort", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L245"}, {"caller_nid": "termui_confirm", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L253"}, {"caller_nid": "termui_confirm", "callee": "_", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L253"}, {"caller_nid": "termui_confirm", "callee": "Abort", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L257"}, {"caller_nid": "termui_echo_via_pager", "callee": "resolve_color_default", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L276"}, {"caller_nid": "termui_echo_via_pager", "callee": "isgeneratorfunction", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L278"}, {"caller_nid": "termui_echo_via_pager", "callee": "t.cast(\"t.Callable[[], cabc.Iterable[str]]\", text_or_generator)", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L279"}, {"caller_nid": "termui_echo_via_pager", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L279"}, {"caller_nid": "termui_echo_via_pager", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L280"}, {"caller_nid": "termui_echo_via_pager", "callee": "iter", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L283"}, {"caller_nid": "termui_echo_via_pager", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L283"}, {"caller_nid": "termui_echo_via_pager", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L286"}, {"caller_nid": "termui_echo_via_pager", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L286"}, {"caller_nid": "termui_echo_via_pager", "callee": "pager", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L290"}, {"caller_nid": "termui_echo_via_pager", "callee": "chain", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L290"}, {"caller_nid": "termui_progressbar", "callee": "resolve_color_default", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L472"}, {"caller_nid": "termui_clear", "callee": "isatty", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L500"}, {"caller_nid": "termui_clear", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L504"}, {"caller_nid": "termui_interpret_color", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L508"}, {"caller_nid": "termui_interpret_color", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L511"}, {"caller_nid": "termui_interpret_color", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L515"}, {"caller_nid": "termui_style", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L608"}, {"caller_nid": "termui_style", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L609"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L615"}, {"caller_nid": "termui_style", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L617"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L621"}, {"caller_nid": "termui_style", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L623"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L626"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L628"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L630"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L632"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L634"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L636"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L638"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L640"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L641"}, {"caller_nid": "termui_style", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L643"}, {"caller_nid": "termui_style", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L644"}, {"caller_nid": "termui_unstyle", "callee": "strip_ansi", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L656"}, {"caller_nid": "termui_secho", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L687"}, {"caller_nid": "termui_secho", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L690"}, {"caller_nid": "termui_edit", "callee": "Editor", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L770"}, {"caller_nid": "termui_edit", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L775"}, {"caller_nid": "termui_edit", "callee": "edit_files", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L778"}, {"caller_nid": "termui_launch", "callee": "open_url", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L808"}, {"caller_nid": "termui_getchar", "callee": "_getchar", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L843"}, {"caller_nid": "termui_raw_terminal", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L849"}, {"caller_nid": "termui_pause", "callee": "isatty", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L868"}, {"caller_nid": "termui_pause", "callee": "isatty", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L868"}, {"caller_nid": "termui_pause", "callee": "_", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L872"}, {"caller_nid": "termui_pause", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L876"}, {"caller_nid": "termui_pause", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/click/termui.py", "source_location": "L883"}]} |