1 line
9.5 KiB
JSON
1 line
9.5 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cells_py", "label": "cells.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L1"}, {"id": "cells_cached_cell_len", "label": "cached_cell_len()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L34"}, {"id": "cells_cell_len", "label": "cell_len()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L51"}, {"id": "cells_get_character_cell_size", "label": "get_character_cell_size()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L68"}, {"id": "cells_set_cell_size", "label": "set_cell_size()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L96"}, {"id": "cells_chop_cells", "label": "chop_cells()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L131"}, {"id": "cells_rationale_35", "label": "Get the number of cells required to display text. This method always caches", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L35"}, {"id": "cells_rationale_52", "label": "Get the number of cells required to display text. Args: text (str):", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L52"}, {"id": "cells_rationale_69", "label": "Get the cell size of a character. Args: character (str): A single c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L69"}, {"id": "cells_rationale_97", "label": "Set the length of a string to fit within given number of cells.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L97"}, {"id": "cells_rationale_135", "label": "Split text into lines such that each line fits within the available (cell) width", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L135"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cells_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cells_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cells_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cell_widths_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cells_py", "target": "cells_cached_cell_len", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cells_py", "target": "cells_cell_len", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L51", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cells_py", "target": "cells_get_character_cell_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L68", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cells_py", "target": "cells_set_cell_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L96", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cells_py", "target": "cells_chop_cells", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L131", "weight": 1.0}, {"source": "cells_set_cell_size", "target": "cells_cell_len", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L107", "weight": 1.0}, {"source": "cells_rationale_35", "target": "cells_cached_cell_len", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L35", "weight": 1.0}, {"source": "cells_rationale_52", "target": "cells_cell_len", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L52", "weight": 1.0}, {"source": "cells_rationale_69", "target": "cells_get_character_cell_size", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L69", "weight": 1.0}, {"source": "cells_rationale_97", "target": "cells_set_cell_size", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L97", "weight": 1.0}, {"source": "cells_rationale_135", "target": "cells_chop_cells", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L135", "weight": 1.0}], "raw_calls": [{"caller_nid": "cells_cached_cell_len", "callee": "_is_single_cell_widths", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L46"}, {"caller_nid": "cells_cached_cell_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L47"}, {"caller_nid": "cells_cached_cell_len", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L48"}, {"caller_nid": "cells_cached_cell_len", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L48"}, {"caller_nid": "cells_cell_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L60"}, {"caller_nid": "cells_cell_len", "callee": "_cell_len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L61"}, {"caller_nid": "cells_cell_len", "callee": "_is_single_cell_widths", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L62"}, {"caller_nid": "cells_cell_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L63"}, {"caller_nid": "cells_cell_len", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L64"}, {"caller_nid": "cells_cell_len", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L64"}, {"caller_nid": "cells_get_character_cell_size", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L77"}, {"caller_nid": "cells_get_character_cell_size", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L80"}, {"caller_nid": "cells_set_cell_size", "callee": "_is_single_cell_widths", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L99"}, {"caller_nid": "cells_set_cell_size", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L100"}, {"caller_nid": "cells_set_cell_size", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L114"}, {"caller_nid": "cells_chop_cells", "callee": "_get_character_cell_size", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L154"}, {"caller_nid": "cells_chop_cells", "callee": "append_new_line", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L158"}, {"caller_nid": "cells_chop_cells", "callee": "append_to_last_line", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L162"}, {"caller_nid": "cells_chop_cells", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py", "source_location": "L165"}]} |