1 line
9.9 KiB
JSON
1 line
9.9 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "label": "_result.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L1"}, {"id": "result_hookcallerror", "label": "HookCallError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L20"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "result_result", "label": "Result", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L25"}, {"id": "result_result_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L31"}, {"id": "result_excinfo", "label": "excinfo()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L43"}, {"id": "result_exception", "label": "exception()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L52"}, {"id": "result_from_call", "label": "from_call()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L57"}, {"id": "result_result_force_result", "label": ".force_result()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L67"}, {"id": "result_result_force_exception", "label": ".force_exception()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L80"}, {"id": "result_result_get_result", "label": ".get_result()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L91"}, {"id": "result_rationale_1", "label": "Hook wrapper \"result\" utilities.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L1"}, {"id": "result_rationale_21", "label": "Hook was called incorrectly.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L21"}, {"id": "result_rationale_26", "label": "An object used to inspect and set the result in a :ref:`hook wrapper <hookwr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L26"}, {"id": "result_rationale_68", "label": "Force the result(s) to ``result``. If the hook was marked as a ``firstr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L68"}, {"id": "result_rationale_81", "label": "Force the result to fail with ``exception``. This overrides any previou", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L81"}, {"id": "result_rationale_92", "label": "Get the result(s) for this hook call. If the hook was marked as a ``fir", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L92"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "result_hookcallerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L20", "weight": 1.0}, {"source": "result_hookcallerror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "result_result", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L25", "weight": 1.0}, {"source": "result_result", "target": "result_result_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "result_excinfo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "result_exception", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L52", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "target": "result_from_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L57", "weight": 1.0}, {"source": "result_result", "target": "result_result_force_result", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L67", "weight": 1.0}, {"source": "result_result", "target": "result_result_force_exception", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L80", "weight": 1.0}, {"source": "result_result", "target": "result_result_get_result", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L91", "weight": 1.0}, {"source": "result_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pluggy_result_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L1", "weight": 1.0}, {"source": "result_rationale_21", "target": "result_hookcallerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L21", "weight": 1.0}, {"source": "result_rationale_26", "target": "result_result", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L26", "weight": 1.0}, {"source": "result_rationale_68", "target": "result_result_force_result", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L68", "weight": 1.0}, {"source": "result_rationale_81", "target": "result_result_force_exception", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L81", "weight": 1.0}, {"source": "result_rationale_92", "target": "result_result_get_result", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L92", "weight": 1.0}], "raw_calls": [{"caller_nid": "result_excinfo", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L49"}, {"caller_nid": "result_from_call", "callee": "func", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L62"}, {"caller_nid": "result_from_call", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L65"}, {"caller_nid": "result_result_get_result", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L101"}, {"caller_nid": "result_result_get_result", "callee": "with_traceback", "source_file": "backend/venv/lib/python3.12/site-packages/pluggy/_result.py", "source_location": "L103"}]} |