Files
tfm_ainventory/graphify-out/cache/d0381bd044f30479fec98e432c47c1ad073b4c087d2362f72ad3fdcb4fdc7d1e.json

1 line
13 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_py", "label": "rule.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L1"}, {"id": "rule_rule", "label": "Rule", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L12"}, {"id": "jupytermixin", "label": "JupyterMixin", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "rule_rule_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L23"}, {"id": "rule_rule_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L46"}, {"id": "rule_rule_rich_console", "label": ".__rich_console__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L49"}, {"id": "rule_rule_rule_line", "label": "._rule_line()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L105"}, {"id": "rule_rule_rich_measure", "label": ".__rich_measure__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L111"}, {"id": "rule_rationale_13", "label": "A console renderable to draw a horizontal rule (line). Args: title", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L13"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_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/rule.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_cells_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_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/rule.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_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/rule.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_measure_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_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/rule.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_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/rule.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_py", "target": "rule_rule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L12", "weight": 1.0}, {"source": "rule_rule", "target": "jupytermixin", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L12", "weight": 1.0}, {"source": "rule_rule", "target": "rule_rule_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L23", "weight": 1.0}, {"source": "rule_rule", "target": "rule_rule_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L46", "weight": 1.0}, {"source": "rule_rule", "target": "rule_rule_rich_console", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L49", "weight": 1.0}, {"source": "rule_rule", "target": "rule_rule_rule_line", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L105", "weight": 1.0}, {"source": "rule_rule", "target": "rule_rule_rich_measure", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L111", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L118", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_rule_py", "target": "pip_vendor_rich_console", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L120", "weight": 1.0}, {"source": "rule_rule_rich_console", "target": "rule_rule_rule_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L62", "weight": 1.0}, {"source": "rule_rationale_13", "target": "rule_rule", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L13", "weight": 1.0}], "raw_calls": [{"caller_nid": "rule_rule_init", "callee": "cell_len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L32"}, {"caller_nid": "rule_rule_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L33"}, {"caller_nid": "rule_rule_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L37"}, {"caller_nid": "rule_rule_rich_console", "callee": "isascii", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L56"}, {"caller_nid": "rule_rule_rich_console", "callee": "cell_len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L60"}, {"caller_nid": "rule_rule_rich_console", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L65"}, {"caller_nid": "rule_rule_rich_console", "callee": "render_str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L68"}, {"caller_nid": "rule_rule_rich_console", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L70"}, {"caller_nid": "rule_rule_rich_console", "callee": "expand_tabs", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L71"}, {"caller_nid": "rule_rule_rich_console", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L74"}, {"caller_nid": "rule_rule_rich_console", "callee": "Text", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L79"}, {"caller_nid": "rule_rule_rich_console", "callee": "truncate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L81"}, {"caller_nid": "rule_rule_rich_console", "callee": "cell_len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L82"}, {"caller_nid": "rule_rule_rich_console", "callee": "Text", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L83"}, {"caller_nid": "rule_rule_rich_console", "callee": "truncate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L84"}, {"caller_nid": "rule_rule_rich_console", "callee": "cell_len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L85"}, {"caller_nid": "rule_rule_rich_console", "callee": "cell_len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L85"}, {"caller_nid": "rule_rule_rich_console", "callee": "Text", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L86"}, {"caller_nid": "rule_rule_rich_console", "callee": "truncate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L87"}, {"caller_nid": "rule_rule_rich_console", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L88"}, {"caller_nid": "rule_rule_rich_console", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L89"}, {"caller_nid": "rule_rule_rich_console", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L90"}, {"caller_nid": "rule_rule_rich_console", "callee": "truncate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L92"}, {"caller_nid": "rule_rule_rich_console", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L93"}, {"caller_nid": "rule_rule_rich_console", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L94"}, {"caller_nid": "rule_rule_rich_console", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L95"}, {"caller_nid": "rule_rule_rich_console", "callee": "truncate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L97"}, {"caller_nid": "rule_rule_rich_console", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L98"}, {"caller_nid": "rule_rule_rich_console", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L99"}, {"caller_nid": "rule_rule_rich_console", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L100"}, {"caller_nid": "rule_rule_rich_console", "callee": "set_cell_size", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L102"}, {"caller_nid": "rule_rule_rule_line", "callee": "Text", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L106"}, {"caller_nid": "rule_rule_rule_line", "callee": "truncate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L107"}, {"caller_nid": "rule_rule_rule_line", "callee": "set_cell_size", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L108"}, {"caller_nid": "rule_rule_rich_measure", "callee": "Measurement", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py", "source_location": "L114"}]}