1 line
14 KiB
JSON
1 line
14 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "label": "progress_bars.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L1"}, {"id": "progress_bars_rich_download_progress_bar", "label": "_rich_download_progress_bar()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L33"}, {"id": "progress_bars_rich_install_progress_bar", "label": "_rich_install_progress_bar()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L75"}, {"id": "progress_bars_raw_progress_bar", "label": "_raw_progress_bar()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L97"}, {"id": "progress_bars_get_download_progress_renderer", "label": "get_download_progress_renderer()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L120"}, {"id": "progress_bars_get_install_progress_renderer", "label": "get_install_progress_renderer()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L144"}, {"id": "progress_bars_rationale_123", "label": "Get an object that can be used to render the download progress. Returns a c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L123"}, {"id": "progress_bars_rationale_147", "label": "Get an object that can be used to render the install progress. Returns a cal", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L147"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "pip_vendor_rich_progress", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "pip_internal_cli_spinners", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "pip_internal_utils_logging", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "pip_internal_req_req_install", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "progress_bars_rich_download_progress_bar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "progress_bars_rich_install_progress_bar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L75", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "progress_bars_raw_progress_bar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L97", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "progress_bars_get_download_progress_renderer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L120", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_cli_progress_bars_py", "target": "progress_bars_get_install_progress_renderer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L144", "weight": 1.0}, {"source": "progress_bars_rationale_123", "target": "progress_bars_get_download_progress_renderer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L123", "weight": 1.0}, {"source": "progress_bars_rationale_147", "target": "progress_bars_get_install_progress_renderer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L147", "weight": 1.0}], "raw_calls": [{"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L43"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "TextColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L45"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "SpinnerColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L46"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "FileSizeColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L47"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "TransferSpeedColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L48"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "TimeElapsedColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L49"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "TextColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L54"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "BarColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L55"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "DownloadColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L56"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "TransferSpeedColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L57"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "TextColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L58"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "TimeRemainingColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L59"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "Progress", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L62"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "add_task", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L63"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "get_indentation", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L64"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L67"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L71"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L71"}, {"caller_nid": "progress_bars_rich_download_progress_bar", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L72"}, {"caller_nid": "progress_bars_rich_install_progress_bar", "callee": "TextColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L79"}, {"caller_nid": "progress_bars_rich_install_progress_bar", "callee": "BarColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L80"}, {"caller_nid": "progress_bars_rich_install_progress_bar", "callee": "MofNCompleteColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L81"}, {"caller_nid": "progress_bars_rich_install_progress_bar", "callee": "TextColumn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L82"}, {"caller_nid": "progress_bars_rich_install_progress_bar", "callee": "get_console", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L84"}, {"caller_nid": "progress_bars_rich_install_progress_bar", "callee": "Progress", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L86"}, {"caller_nid": "progress_bars_rich_install_progress_bar", "callee": "add_task", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L89"}, {"caller_nid": "progress_bars_rich_install_progress_bar", "callee": "get_indentation", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L89"}, {"caller_nid": "progress_bars_rich_install_progress_bar", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L92"}, {"caller_nid": "progress_bars_rich_install_progress_bar", "callee": "advance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L94"}, {"caller_nid": "progress_bars_raw_progress_bar", "callee": "RateLimiter", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L109"}, {"caller_nid": "progress_bars_raw_progress_bar", "callee": "write_progress", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L111"}, {"caller_nid": "progress_bars_raw_progress_bar", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L113"}, {"caller_nid": "progress_bars_raw_progress_bar", "callee": "ready", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L114"}, {"caller_nid": "progress_bars_raw_progress_bar", "callee": "write_progress", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L115"}, {"caller_nid": "progress_bars_raw_progress_bar", "callee": "reset", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L116"}, {"caller_nid": "progress_bars_get_download_progress_renderer", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L128"}, {"caller_nid": "progress_bars_get_download_progress_renderer", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L135"}, {"caller_nid": "progress_bars_get_install_progress_renderer", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", "source_location": "L151"}]} |