Files
tfm_ainventory/graphify-out/cache/1cbc5e0ba464f79240ca2670683d3f5b7127972e479ec1200d47cfafa75ae86c.json

1 line
12 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_py", "label": "padding.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L1"}, {"id": "padding_padding", "label": "Padding", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L19"}, {"id": "jupytermixin", "label": "JupyterMixin", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "padding_padding_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L33"}, {"id": "padding_indent", "label": "indent()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L47"}, {"id": "padding_unpack", "label": "unpack()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L61"}, {"id": "padding_padding_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L76"}, {"id": "padding_padding_rich_console", "label": ".__rich_console__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L79"}, {"id": "padding_padding_rich_measure", "label": ".__rich_measure__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L125"}, {"id": "padding_rationale_20", "label": "Draw space around content. Example: >>> print(Padding(\"Hello\", (2,", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L20"}, {"id": "padding_rationale_48", "label": "Make padding instance to render an indent. Args: renderable", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L48"}, {"id": "padding_rationale_62", "label": "Unpack padding specified in CSS style.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L62"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_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/padding.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_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/padding.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_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/padding.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_segment_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_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/padding.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_py", "target": "padding_padding", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L19", "weight": 1.0}, {"source": "padding_padding", "target": "jupytermixin", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L19", "weight": 1.0}, {"source": "padding_padding", "target": "padding_padding_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_py", "target": "padding_indent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_py", "target": "padding_unpack", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L61", "weight": 1.0}, {"source": "padding_padding", "target": "padding_padding_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L76", "weight": 1.0}, {"source": "padding_padding", "target": "padding_padding_rich_console", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L79", "weight": 1.0}, {"source": "padding_padding", "target": "padding_padding_rich_measure", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L125", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_rich_padding_py", "target": "pip_vendor_rich", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L139", "weight": 1.0}, {"source": "padding_padding_init", "target": "padding_unpack", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L42", "weight": 1.0}, {"source": "padding_indent", "target": "padding_padding", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L58", "weight": 1.0}, {"source": "padding_rationale_20", "target": "padding_padding", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L20", "weight": 1.0}, {"source": "padding_rationale_48", "target": "padding_padding_indent", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L48", "weight": 1.0}, {"source": "padding_rationale_62", "target": "padding_padding_unpack", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L62", "weight": 1.0}], "raw_calls": [{"caller_nid": "padding_unpack", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L63"}, {"caller_nid": "padding_unpack", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L65"}, {"caller_nid": "padding_unpack", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L68"}, {"caller_nid": "padding_unpack", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L71"}, {"caller_nid": "padding_unpack", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L74"}, {"caller_nid": "padding_unpack", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L74"}, {"caller_nid": "padding_padding_rich_console", "callee": "get_style", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L82"}, {"caller_nid": "padding_padding_rich_console", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L86"}, {"caller_nid": "padding_padding_rich_console", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L87"}, {"caller_nid": "padding_padding_rich_console", "callee": "update_width", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L92"}, {"caller_nid": "padding_padding_rich_console", "callee": "update_height", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L94"}, {"caller_nid": "padding_padding_rich_console", "callee": "render_lines", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L97"}, {"caller_nid": "padding_padding_rich_console", "callee": "_Segment", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L102"}, {"caller_nid": "padding_padding_rich_console", "callee": "_Segment", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L104"}, {"caller_nid": "padding_padding_rich_console", "callee": "line", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L104"}, {"caller_nid": "padding_padding_rich_console", "callee": "line", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L106"}, {"caller_nid": "padding_padding_rich_console", "callee": "_Segment", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L110"}, {"caller_nid": "padding_padding_rich_console", "callee": "_Segment", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L122"}, {"caller_nid": "padding_padding_rich_measure", "callee": "Measurement", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L131"}, {"caller_nid": "padding_padding_rich_measure", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L132"}, {"caller_nid": "padding_padding_rich_measure", "callee": "Measurement", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L133"}, {"caller_nid": "padding_padding_rich_measure", "callee": "with_maximum", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py", "source_location": "L134"}]}