{"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