1 line
18 KiB
JSON
1 line
18 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "label": "ansi.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L1"}, {"id": "ansi_ansitoken", "label": "_AnsiToken", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L20"}, {"id": "namedtuple", "label": "NamedTuple", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "ansi_ansi_tokenize", "label": "_ansi_tokenize()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L28"}, {"id": "ansi_ansidecoder", "label": "AnsiDecoder", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L120"}, {"id": "ansi_ansidecoder_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L123"}, {"id": "ansi_ansidecoder_decode", "label": ".decode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L126"}, {"id": "ansi_ansidecoder_decode_line", "label": ".decode_line()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L138"}, {"id": "ansi_read", "label": "read()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L224"}, {"id": "ansi_rationale_21", "label": "Result of ansi tokenized string.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L21"}, {"id": "ansi_rationale_29", "label": "Tokenize a string in to plain text and ANSI codes. Args: ansi_text", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L29"}, {"id": "ansi_rationale_121", "label": "Translate ANSI code in to styled Text.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L121"}, {"id": "ansi_rationale_127", "label": "Decode ANSI codes in an iterable of lines. Args: lines (Ite", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L127"}, {"id": "ansi_rationale_139", "label": "Decode a line containing ansi codes. Args: line (str): A li", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L139"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_color_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_style_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_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/ansi.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "ansi_ansitoken", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L20", "weight": 1.0}, {"source": "ansi_ansitoken", "target": "namedtuple", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "ansi_ansi_tokenize", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "ansi_ansidecoder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L120", "weight": 1.0}, {"source": "ansi_ansidecoder", "target": "ansi_ansidecoder_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L123", "weight": 1.0}, {"source": "ansi_ansidecoder", "target": "ansi_ansidecoder_decode", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L126", "weight": 1.0}, {"source": "ansi_ansidecoder", "target": "ansi_ansidecoder_decode_line", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L138", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "io", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L215", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L216", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "pty", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L217", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L218", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_py", "target": "ansi_read", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L224", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_ansi_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/ansi.py", "source_location": "L231", "weight": 1.0}, {"source": "ansi_ansi_tokenize", "target": "ansi_ansitoken", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L45", "weight": 1.0}, {"source": "ansi_ansidecoder_decode", "target": "ansi_ansidecoder_decode_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L136", "weight": 1.0}, {"source": "ansi_ansidecoder_decode_line", "target": "ansi_ansi_tokenize", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L153", "weight": 1.0}, {"source": "ansi_rationale_21", "target": "ansi_ansitoken", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L21", "weight": 1.0}, {"source": "ansi_rationale_29", "target": "ansi_ansi_tokenize", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L29", "weight": 1.0}, {"source": "ansi_rationale_121", "target": "ansi_ansidecoder", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L121", "weight": 1.0}, {"source": "ansi_rationale_127", "target": "ansi_ansidecoder_decode", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L127", "weight": 1.0}, {"source": "ansi_rationale_139", "target": "ansi_ansidecoder_decode_line", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L139", "weight": 1.0}], "raw_calls": [{"caller_nid": "ansi_ansi_tokenize", "callee": "finditer", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L41"}, {"caller_nid": "ansi_ansi_tokenize", "callee": "span", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L42"}, {"caller_nid": "ansi_ansi_tokenize", "callee": "groups", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L43"}, {"caller_nid": "ansi_ansi_tokenize", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L50"}, {"caller_nid": "ansi_ansi_tokenize", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L55"}, {"caller_nid": "ansi_ansidecoder_init", "callee": "null", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L124"}, {"caller_nid": "ansi_ansidecoder_decode", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L135"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "Text", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L150"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "rsplit", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L152"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L155"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L157"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L158"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "update_link", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L160"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L165"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L165"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L166"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "isdigit", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L167"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "iter", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L169"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "null", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L173"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "parse", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L176"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "suppress", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L179"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L180"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "from_color", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L182"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "from_ansi", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L183"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L183"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "from_color", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L186"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "from_rgb", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L187"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L188"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L189"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L190"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "suppress", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L195"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L196"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "from_color", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L198"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "from_ansi", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L199"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L199"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "from_color", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L202"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "from_rgb", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L204"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L205"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L206"}, {"caller_nid": "ansi_ansidecoder_decode_line", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L207"}, {"caller_nid": "ansi_read", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py", "source_location": "L226"}]} |