Files
tfm_ainventory/graphify-out/cache/30013f577a69afa7fb9b931077f822f9d9de28a876119602f3972eb4ab94e79f.json

1 line
6.6 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_errors_py", "label": "errors.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L1"}, {"id": "errors_invalidconfigerror", "label": "InvalidConfigError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L33"}, {"id": "optionerror", "label": "OptionError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "errors_removedconfigerror", "label": "RemovedConfigError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L37"}, {"id": "errors_removedcommanderror", "label": "RemovedCommandError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L41"}, {"id": "baseerror", "label": "BaseError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "runtimeerror", "label": "RuntimeError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "errors_packagediscoveryerror", "label": "PackageDiscoveryError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L51"}, {"id": "errors_rationale_1", "label": "setuptools.errors Provides exceptions used by setuptools modules.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L1"}, {"id": "errors_rationale_34", "label": "Error used for invalid configurations.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L34"}, {"id": "errors_rationale_38", "label": "Error used for configurations that were deprecated and removed.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L38"}, {"id": "errors_rationale_42", "label": "Error used for commands that have been removed in setuptools. Since ``setup", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L42"}, {"id": "errors_rationale_52", "label": "Impossible to perform automatic discovery of packages and/or modules. The c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L52"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_errors_py", "target": "distutils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_errors_py", "target": "errors_invalidconfigerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L33", "weight": 1.0}, {"source": "errors_invalidconfigerror", "target": "optionerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_errors_py", "target": "errors_removedconfigerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L37", "weight": 1.0}, {"source": "errors_removedconfigerror", "target": "optionerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_errors_py", "target": "errors_removedcommanderror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L41", "weight": 1.0}, {"source": "errors_removedcommanderror", "target": "baseerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L41", "weight": 1.0}, {"source": "errors_removedcommanderror", "target": "runtimeerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_errors_py", "target": "errors_packagediscoveryerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L51", "weight": 1.0}, {"source": "errors_packagediscoveryerror", "target": "baseerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L51", "weight": 1.0}, {"source": "errors_packagediscoveryerror", "target": "runtimeerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L51", "weight": 1.0}, {"source": "errors_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_errors_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L1", "weight": 1.0}, {"source": "errors_rationale_34", "target": "errors_invalidconfigerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L34", "weight": 1.0}, {"source": "errors_rationale_38", "target": "errors_removedconfigerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L38", "weight": 1.0}, {"source": "errors_rationale_42", "target": "errors_removedcommanderror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L42", "weight": 1.0}, {"source": "errors_rationale_52", "target": "errors_packagediscoveryerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/errors.py", "source_location": "L52", "weight": 1.0}], "raw_calls": []}