Files
tfm_ainventory/graphify-out/cache/6d726847823f5959e9c99745be3c813646bea6d7377a475fd47846b809322d6d.json

1 line
12 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "label": "warnings.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L1"}, {"id": "warnings_setuptoolswarning", "label": "SetuptoolsWarning", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L25"}, {"id": "userwarning", "label": "UserWarning", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "warnings_emit", "label": "emit()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L29"}, {"id": "warnings_format", "label": "_format()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L55"}, {"id": "warnings_informationonly", "label": "InformationOnly", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L89"}, {"id": "warnings_setuptoolsdeprecationwarning", "label": "SetuptoolsDeprecationWarning", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L99"}, {"id": "warnings_should_enforce", "label": "_should_enforce()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L108"}, {"id": "warnings_rationale_1", "label": "Provide basic warnings used by setuptools modules. Using custom classes (other", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L1"}, {"id": "warnings_rationale_26", "label": "Base class in ``setuptools`` warning hierarchy.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L26"}, {"id": "warnings_rationale_39", "label": "Private: reserved for ``setuptools`` internal use only", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L39"}, {"id": "warnings_rationale_63", "label": "Private: reserved for ``setuptools`` internal use only", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L63"}, {"id": "warnings_rationale_90", "label": "Currently there is no clear way of displaying messages to the users that use", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L90"}, {"id": "warnings_rationale_100", "label": "Base class for warning deprecations in ``setuptools`` This class is not der", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L100"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "inspect", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "textwrap", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "warnings_setuptoolswarning", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L25", "weight": 1.0}, {"source": "warnings_setuptoolswarning", "target": "userwarning", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "warnings_emit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "warnings_format", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "warnings_informationonly", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L89", "weight": 1.0}, {"source": "warnings_informationonly", "target": "warnings_setuptoolswarning", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L89", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "warnings_setuptoolsdeprecationwarning", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L99", "weight": 1.0}, {"source": "warnings_setuptoolsdeprecationwarning", "target": "warnings_setuptoolswarning", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L99", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "target": "warnings_should_enforce", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L108", "weight": 1.0}, {"source": "warnings_emit", "target": "warnings_format", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L49", "weight": 1.0}, {"source": "warnings_emit", "target": "warnings_should_enforce", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L50", "weight": 1.0}, {"source": "warnings_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_warnings_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L1", "weight": 1.0}, {"source": "warnings_rationale_26", "target": "warnings_setuptoolswarning", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L26", "weight": 1.0}, {"source": "warnings_rationale_39", "target": "warnings_setuptoolswarning_emit", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L39", "weight": 1.0}, {"source": "warnings_rationale_63", "target": "warnings_setuptoolswarning_format", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L63", "weight": 1.0}, {"source": "warnings_rationale_90", "target": "warnings_informationonly", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L90", "weight": 1.0}, {"source": "warnings_rationale_100", "target": "warnings_setuptoolsdeprecationwarning", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L100", "weight": 1.0}], "raw_calls": [{"caller_nid": "warnings_emit", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L41"}, {"caller_nid": "warnings_emit", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L42"}, {"caller_nid": "warnings_emit", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L43"}, {"caller_nid": "warnings_emit", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L44"}, {"caller_nid": "warnings_emit", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L46"}, {"caller_nid": "warnings_emit", "callee": "date", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L47"}, {"caller_nid": "warnings_emit", "callee": "today", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L50"}, {"caller_nid": "warnings_emit", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L51"}, {"caller_nid": "warnings_emit", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L52"}, {"caller_nid": "warnings_format", "callee": "today", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L64"}, {"caller_nid": "warnings_format", "callee": "format_map", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L65"}, {"caller_nid": "warnings_format", "callee": "cleandoc", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L65"}, {"caller_nid": "warnings_format", "callee": "format_map", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L67"}, {"caller_nid": "warnings_format", "callee": "cleandoc", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L67"}, {"caller_nid": "warnings_format", "callee": "indent", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L84"}, {"caller_nid": "warnings_format", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L84"}, {"caller_nid": "warnings_format", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L84"}, {"caller_nid": "warnings_format", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L85"}, {"caller_nid": "warnings_should_enforce", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L109"}, {"caller_nid": "warnings_should_enforce", "callee": "getenv", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/warnings.py", "source_location": "L109"}]}