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

1 line
10 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_resolvelib_reporters_py", "label": "reporters.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L1"}, {"id": "reporters_basereporter", "label": "BaseReporter", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L11"}, {"id": "reporters_basereporter_starting", "label": ".starting()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L14"}, {"id": "reporters_basereporter_starting_round", "label": ".starting_round()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L17"}, {"id": "reporters_basereporter_ending_round", "label": ".ending_round()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L23"}, {"id": "reporters_basereporter_ending", "label": ".ending()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L30"}, {"id": "reporters_basereporter_adding_requirement", "label": ".adding_requirement()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L33"}, {"id": "reporters_basereporter_resolving_conflicts", "label": ".resolving_conflicts()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L43"}, {"id": "reporters_basereporter_rejecting_candidate", "label": ".rejecting_candidate()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L51"}, {"id": "reporters_basereporter_pinning", "label": ".pinning()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L54"}, {"id": "reporters_rationale_12", "label": "Delegate class to provide progress reporting for the resolver.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L12"}, {"id": "reporters_rationale_15", "label": "Called before the resolution actually starts.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L15"}, {"id": "reporters_rationale_18", "label": "Called before each round of resolution starts. The index is zero-based.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L18"}, {"id": "reporters_rationale_24", "label": "Called before each round of resolution ends. This is NOT called if the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L24"}, {"id": "reporters_rationale_31", "label": "Called before the resolution ends successfully.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L31"}, {"id": "reporters_rationale_34", "label": "Called when adding a new requirement into the resolve criteria. :param", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L34"}, {"id": "reporters_rationale_46", "label": "Called when starting to attempt requirement conflict resolution. :param", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L46"}, {"id": "reporters_rationale_52", "label": "Called when rejecting a candidate during backtracking.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L52"}, {"id": "reporters_rationale_55", "label": "Called when adding a candidate to the potential solution.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L55"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_resolvelib_reporters_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_resolvelib_reporters_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_resolvelib_structs_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_resolvelib_reporters_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_resolvelib_resolvers_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_resolvelib_reporters_py", "target": "reporters_basereporter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L11", "weight": 1.0}, {"source": "reporters_basereporter", "target": "reporters_basereporter_starting", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L14", "weight": 1.0}, {"source": "reporters_basereporter", "target": "reporters_basereporter_starting_round", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L17", "weight": 1.0}, {"source": "reporters_basereporter", "target": "reporters_basereporter_ending_round", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L23", "weight": 1.0}, {"source": "reporters_basereporter", "target": "reporters_basereporter_ending", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L30", "weight": 1.0}, {"source": "reporters_basereporter", "target": "reporters_basereporter_adding_requirement", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L33", "weight": 1.0}, {"source": "reporters_basereporter", "target": "reporters_basereporter_resolving_conflicts", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L43", "weight": 1.0}, {"source": "reporters_basereporter", "target": "reporters_basereporter_rejecting_candidate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L51", "weight": 1.0}, {"source": "reporters_basereporter", "target": "reporters_basereporter_pinning", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L54", "weight": 1.0}, {"source": "reporters_rationale_12", "target": "reporters_basereporter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L12", "weight": 1.0}, {"source": "reporters_rationale_15", "target": "reporters_basereporter_starting", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L15", "weight": 1.0}, {"source": "reporters_rationale_18", "target": "reporters_basereporter_starting_round", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L18", "weight": 1.0}, {"source": "reporters_rationale_24", "target": "reporters_basereporter_ending_round", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L24", "weight": 1.0}, {"source": "reporters_rationale_31", "target": "reporters_basereporter_ending", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L31", "weight": 1.0}, {"source": "reporters_rationale_34", "target": "reporters_basereporter_adding_requirement", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L34", "weight": 1.0}, {"source": "reporters_rationale_46", "target": "reporters_basereporter_resolving_conflicts", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L46", "weight": 1.0}, {"source": "reporters_rationale_52", "target": "reporters_basereporter_rejecting_candidate", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L52", "weight": 1.0}, {"source": "reporters_rationale_55", "target": "reporters_basereporter_pinning", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py", "source_location": "L55", "weight": 1.0}], "raw_calls": []}