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

1 line
6.7 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pytest_scope_py", "label": "scope.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L1"}, {"id": "scope_scope", "label": "Scope", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L22"}, {"id": "enum", "label": "Enum", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "scope_scope_next_lower", "label": ".next_lower()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L42"}, {"id": "scope_scope_next_higher", "label": ".next_higher()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L49"}, {"id": "scope_scope_lt", "label": ".__lt__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L56"}, {"id": "scope_from_user", "label": "from_user()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L62"}, {"id": "scope_rationale_1", "label": "Scope definition and related utilities. Those are defined here, instead of in t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L1"}, {"id": "scope_rationale_23", "label": "Represents one of the possible fixture scopes in pytest. Scopes are ordered", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L23"}, {"id": "scope_rationale_43", "label": "Return the next lower scope.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L43"}, {"id": "scope_rationale_50", "label": "Return the next higher scope.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L50"}, {"id": "scope_rationale_65", "label": "Given a scope name from the user, return the equivalent Scope enum. Should be us", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L65"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pytest_scope_py", "target": "enum", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_scope_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_scope_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_scope_py", "target": "scope_scope", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L22", "weight": 1.0}, {"source": "scope_scope", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L22", "weight": 1.0}, {"source": "scope_scope", "target": "scope_scope_next_lower", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L42", "weight": 1.0}, {"source": "scope_scope", "target": "scope_scope_next_higher", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L49", "weight": 1.0}, {"source": "scope_scope", "target": "scope_scope_lt", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L56", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_scope_py", "target": "scope_from_user", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L62", "weight": 1.0}, {"source": "scope_from_user", "target": "scope_scope", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L75", "weight": 1.0}, {"source": "scope_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pytest_scope_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L1", "weight": 1.0}, {"source": "scope_rationale_23", "target": "scope_scope", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L23", "weight": 1.0}, {"source": "scope_rationale_43", "target": "scope_scope_next_lower", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L43", "weight": 1.0}, {"source": "scope_rationale_50", "target": "scope_scope_next_higher", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L50", "weight": 1.0}, {"source": "scope_rationale_65", "target": "scope_scope_from_user", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L65", "weight": 1.0}], "raw_calls": [{"caller_nid": "scope_scope_next_lower", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L46"}, {"caller_nid": "scope_scope_next_higher", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L52"}, {"caller_nid": "scope_scope_next_higher", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L53"}, {"caller_nid": "scope_from_user", "callee": "fail", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L77"}, {"caller_nid": "scope_from_user", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/scope.py", "source_location": "L78"}]}