Files
tfm_ainventory/graphify-out/cache/59c3da96df1f1a4a53e77da6dd6af8ddab2be3298b8d40a025090e49b4626baf.json

1 line
8.0 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_msgpack_exceptions_py", "label": "exceptions.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L1"}, {"id": "exceptions_unpackexception", "label": "UnpackException", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L1"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "exceptions_bufferfull", "label": "BufferFull", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L10"}, {"id": "exceptions_outofdata", "label": "OutOfData", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L14"}, {"id": "exceptions_formaterror", "label": "FormatError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L18"}, {"id": "valueerror", "label": "ValueError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "exceptions_stackerror", "label": "StackError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L22"}, {"id": "exceptions_extradata", "label": "ExtraData", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L30"}, {"id": "unpackvalueerror", "label": "UnpackValueError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "exceptions_extradata_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L37"}, {"id": "exceptions_extradata_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L41"}, {"id": "exceptions_rationale_2", "label": "Base class for some exceptions raised while unpacking. NOTE: unpack may rai", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L2"}, {"id": "exceptions_rationale_19", "label": "Invalid msgpack format", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L19"}, {"id": "exceptions_rationale_31", "label": "ExtraData is raised when there is trailing data. This exception is raised w", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L31"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_msgpack_exceptions_py", "target": "exceptions_unpackexception", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L1", "weight": 1.0}, {"source": "exceptions_unpackexception", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_msgpack_exceptions_py", "target": "exceptions_bufferfull", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L10", "weight": 1.0}, {"source": "exceptions_bufferfull", "target": "exceptions_unpackexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_msgpack_exceptions_py", "target": "exceptions_outofdata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L14", "weight": 1.0}, {"source": "exceptions_outofdata", "target": "exceptions_unpackexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_msgpack_exceptions_py", "target": "exceptions_formaterror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L18", "weight": 1.0}, {"source": "exceptions_formaterror", "target": "valueerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L18", "weight": 1.0}, {"source": "exceptions_formaterror", "target": "exceptions_unpackexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_msgpack_exceptions_py", "target": "exceptions_stackerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L22", "weight": 1.0}, {"source": "exceptions_stackerror", "target": "valueerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L22", "weight": 1.0}, {"source": "exceptions_stackerror", "target": "exceptions_unpackexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_msgpack_exceptions_py", "target": "exceptions_extradata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L30", "weight": 1.0}, {"source": "exceptions_extradata", "target": "unpackvalueerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L30", "weight": 1.0}, {"source": "exceptions_extradata", "target": "exceptions_extradata_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L37", "weight": 1.0}, {"source": "exceptions_extradata", "target": "exceptions_extradata_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L41", "weight": 1.0}, {"source": "exceptions_rationale_2", "target": "exceptions_unpackexception", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L2", "weight": 1.0}, {"source": "exceptions_rationale_19", "target": "exceptions_formaterror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L19", "weight": 1.0}, {"source": "exceptions_rationale_31", "target": "exceptions_extradata", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py", "source_location": "L31", "weight": 1.0}], "raw_calls": []}