1 line
32 KiB
JSON
1 line
32 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "label": "live.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L1"}, {"id": "live_refreshthread", "label": "_RefreshThread", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L22"}, {"id": "thread", "label": "Thread", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "live_refreshthread_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L25"}, {"id": "live_refreshthread_stop", "label": ".stop()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L31"}, {"id": "live_refreshthread_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L34"}, {"id": "live_live", "label": "Live", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L41"}, {"id": "jupytermixin", "label": "JupyterMixin", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "renderhook", "label": "RenderHook", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "live_live_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L57"}, {"id": "live_is_started", "label": "is_started()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L99"}, {"id": "live_live_get_renderable", "label": ".get_renderable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L103"}, {"id": "live_live_start", "label": ".start()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L111"}, {"id": "live_live_stop", "label": ".stop()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L145"}, {"id": "live_live_enter", "label": ".__enter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L179"}, {"id": "live_live_exit", "label": ".__exit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L183"}, {"id": "live_live_enable_redirect_io", "label": "._enable_redirect_io()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L191"}, {"id": "live_live_disable_redirect_io", "label": "._disable_redirect_io()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L201"}, {"id": "live_renderable", "label": "renderable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L211"}, {"id": "live_live_update", "label": ".update()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L226"}, {"id": "live_live_refresh", "label": ".refresh()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L240"}, {"id": "live_live_process_renderables", "label": ".process_renderables()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L274"}, {"id": "live_rationale_23", "label": "A thread that calls refresh() at regular intervals.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L23"}, {"id": "live_rationale_42", "label": "Renders an auto-updating live display of any given renderable. Args:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L42"}, {"id": "live_rationale_100", "label": "Check if live display has been started.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L100"}, {"id": "live_rationale_112", "label": "Start live rendering display. Args: refresh (bool, optional", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L112"}, {"id": "live_rationale_146", "label": "Stop live rendering display.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L146"}, {"id": "live_rationale_192", "label": "Enable redirecting of stdout / stderr.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L192"}, {"id": "live_rationale_202", "label": "Disable redirecting of stdout / stderr.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L202"}, {"id": "live_rationale_212", "label": "Get the renderable that is being displayed Returns: Rendera", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L212"}, {"id": "live_rationale_227", "label": "Update the renderable that is being displayed Args: rendera", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L227"}, {"id": "live_rationale_241", "label": "Update the display of the Live Render.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L241"}, {"id": "live_rationale_277", "label": "Process renderables to restore cursor and display progress.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L277"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "threading", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_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/live.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_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/live.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_control_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_file_proxy_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_jupyter_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_render_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_screen_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_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/live.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "live_refreshthread", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L22", "weight": 1.0}, {"source": "live_refreshthread", "target": "thread", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L22", "weight": 1.0}, {"source": "live_refreshthread", "target": "live_refreshthread_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L25", "weight": 1.0}, {"source": "live_refreshthread", "target": "live_refreshthread_stop", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L31", "weight": 1.0}, {"source": "live_refreshthread", "target": "live_refreshthread_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "live_live", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L41", "weight": 1.0}, {"source": "live_live", "target": "jupytermixin", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L41", "weight": 1.0}, {"source": "live_live", "target": "renderhook", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L41", "weight": 1.0}, {"source": "live_live", "target": "live_live_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L57", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "live_is_started", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L99", "weight": 1.0}, {"source": "live_live", "target": "live_live_get_renderable", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L103", "weight": 1.0}, {"source": "live_live", "target": "live_live_start", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L111", "weight": 1.0}, {"source": "live_live", "target": "live_live_stop", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L145", "weight": 1.0}, {"source": "live_live", "target": "live_live_enter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L179", "weight": 1.0}, {"source": "live_live", "target": "live_live_exit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L183", "weight": 1.0}, {"source": "live_live", "target": "live_live_enable_redirect_io", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L191", "weight": 1.0}, {"source": "live_live", "target": "live_live_disable_redirect_io", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L201", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "live_renderable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L211", "weight": 1.0}, {"source": "live_live", "target": "live_live_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L226", "weight": 1.0}, {"source": "live_live", "target": "live_live_refresh", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L240", "weight": 1.0}, {"source": "live_live", "target": "live_live_process_renderables", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L274", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "random", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L297", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L298", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "itertools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L299", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L300", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_align_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L302", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_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/live.py", "source_location": "L303", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L304", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_panel_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L305", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L306", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_syntax_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L307", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_live_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_table_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L308", "weight": 1.0}, {"source": "live_refreshthread_init", "target": "live_live_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L29", "weight": 1.0}, {"source": "live_refreshthread_run", "target": "live_live_refresh", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L38", "weight": 1.0}, {"source": "live_live_init", "target": "live_live_get_renderable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L94", "weight": 1.0}, {"source": "live_live_start", "target": "live_live_enable_redirect_io", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L129", "weight": 1.0}, {"source": "live_live_start", "target": "live_live_refresh", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L133", "weight": 1.0}, {"source": "live_live_start", "target": "live_live_stop", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L139", "weight": 1.0}, {"source": "live_live_start", "target": "live_refreshthread", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L142", "weight": 1.0}, {"source": "live_live_stop", "target": "live_live_refresh", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L165", "weight": 1.0}, {"source": "live_live_stop", "target": "live_live_disable_redirect_io", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L167", "weight": 1.0}, {"source": "live_live_enter", "target": "live_live_start", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L180", "weight": 1.0}, {"source": "live_live_exit", "target": "live_live_stop", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L189", "weight": 1.0}, {"source": "live_renderable", "target": "live_live_get_renderable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L221", "weight": 1.0}, {"source": "live_live_update", "target": "live_live_refresh", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L238", "weight": 1.0}, {"source": "live_rationale_23", "target": "live_refreshthread", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L23", "weight": 1.0}, {"source": "live_rationale_42", "target": "live_live", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L42", "weight": 1.0}, {"source": "live_rationale_100", "target": "live_live_is_started", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L100", "weight": 1.0}, {"source": "live_rationale_112", "target": "live_live_start", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L112", "weight": 1.0}, {"source": "live_rationale_146", "target": "live_live_stop", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L146", "weight": 1.0}, {"source": "live_rationale_192", "target": "live_live_enable_redirect_io", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L192", "weight": 1.0}, {"source": "live_rationale_202", "target": "live_live_disable_redirect_io", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L202", "weight": 1.0}, {"source": "live_rationale_212", "target": "live_live_renderable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L212", "weight": 1.0}, {"source": "live_rationale_227", "target": "live_live_update", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L227", "weight": 1.0}, {"source": "live_rationale_241", "target": "live_live_refresh", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L241", "weight": 1.0}, {"source": "live_rationale_277", "target": "live_live_process_renderables", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L277", "weight": 1.0}], "raw_calls": [{"caller_nid": "live_refreshthread_init", "callee": "Event", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L28"}, {"caller_nid": "live_refreshthread_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L29"}, {"caller_nid": "live_refreshthread_stop", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L32"}, {"caller_nid": "live_refreshthread_run", "callee": "wait", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L35"}, {"caller_nid": "live_refreshthread_run", "callee": "is_set", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L37"}, {"caller_nid": "live_live_init", "callee": "get_console", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L73"}, {"caller_nid": "live_live_init", "callee": "RLock", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L82"}, {"caller_nid": "live_live_init", "callee": "LiveRender", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L93"}, {"caller_nid": "live_live_get_renderable", "callee": "_get_renderable", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L105"}, {"caller_nid": "live_live_start", "callee": "set_live", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L122"}, {"caller_nid": "live_live_start", "callee": "set_alt_screen", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L127"}, {"caller_nid": "live_live_start", "callee": "show_cursor", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L128"}, {"caller_nid": "live_live_start", "callee": "push_render_hook", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L130"}, {"caller_nid": "live_live_stop", "callee": "clear_live", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L151"}, {"caller_nid": "live_live_stop", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L154"}, {"caller_nid": "live_live_stop", "callee": "pop_render_hook", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L168"}, {"caller_nid": "live_live_stop", "callee": "line", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L170"}, {"caller_nid": "live_live_stop", "callee": "show_cursor", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L171"}, {"caller_nid": "live_live_stop", "callee": "set_alt_screen", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L173"}, {"caller_nid": "live_live_stop", "callee": "control", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L175"}, {"caller_nid": "live_live_stop", "callee": "restore_cursor", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L175"}, {"caller_nid": "live_live_stop", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L177"}, {"caller_nid": "live_live_enable_redirect_io", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L194"}, {"caller_nid": "live_live_enable_redirect_io", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L196"}, {"caller_nid": "live_live_enable_redirect_io", "callee": "FileProxy", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L196"}, {"caller_nid": "live_live_enable_redirect_io", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L197"}, {"caller_nid": "live_live_enable_redirect_io", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L199"}, {"caller_nid": "live_live_enable_redirect_io", "callee": "FileProxy", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L199"}, {"caller_nid": "live_live_disable_redirect_io", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L204"}, {"caller_nid": "live_live_disable_redirect_io", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L207"}, {"caller_nid": "live_renderable", "callee": "Group", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L221"}, {"caller_nid": "live_renderable", "callee": "Screen", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L224"}, {"caller_nid": "live_live_update", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L233"}, {"caller_nid": "live_live_update", "callee": "render_str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L234"}, {"caller_nid": "live_live_refresh", "callee": "set_renderable", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L243"}, {"caller_nid": "live_live_refresh", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L256"}, {"caller_nid": "live_live_refresh", "callee": "Output", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L259"}, {"caller_nid": "live_live_refresh", "callee": "display", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L260"}, {"caller_nid": "live_live_refresh", "callee": "clear_output", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L263"}, {"caller_nid": "live_live_refresh", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L264"}, {"caller_nid": "live_live_refresh", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L267"}, {"caller_nid": "live_live_refresh", "callee": "Control", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L267"}, {"caller_nid": "live_live_refresh", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L272"}, {"caller_nid": "live_live_refresh", "callee": "Control", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L272"}, {"caller_nid": "live_live_process_renderables", "callee": "home", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L283"}, {"caller_nid": "live_live_process_renderables", "callee": "position_cursor", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py", "source_location": "L285"}]} |