1 line
31 KiB
JSON
1 line
31 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "label": "debugging.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L1"}, {"id": "debugging_validate_usepdb_cls", "label": "_validate_usepdb_cls()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L30"}, {"id": "debugging_pytest_addoption", "label": "pytest_addoption()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L41"}, {"id": "debugging_pytest_configure", "label": "pytest_configure()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L65"}, {"id": "debugging_pytestpdb", "label": "pytestPDB", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L92"}, {"id": "debugging_is_capturing", "label": "_is_capturing()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L104"}, {"id": "debugging_import_pdb_cls", "label": "_import_pdb_cls()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L110"}, {"id": "debugging_get_pdb_wrapper_class", "label": "_get_pdb_wrapper_class()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L149"}, {"id": "debugging_init_pdb", "label": "_init_pdb()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L241"}, {"id": "debugging_set_trace", "label": "set_trace()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L280"}, {"id": "debugging_pdbinvoke", "label": "PdbInvoke", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L287"}, {"id": "debugging_pdbinvoke_pytest_exception_interact", "label": ".pytest_exception_interact()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L288"}, {"id": "debugging_pdbinvoke_pytest_internalerror", "label": ".pytest_internalerror()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L302"}, {"id": "debugging_pdbtrace", "label": "PdbTrace", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L307"}, {"id": "debugging_pytest_pyfunc_call", "label": "pytest_pyfunc_call()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L309"}, {"id": "debugging_wrap_pytest_function_for_tracing", "label": "wrap_pytest_function_for_tracing()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L314"}, {"id": "debugging_maybe_wrap_pytest_function_for_tracing", "label": "maybe_wrap_pytest_function_for_tracing()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L333"}, {"id": "debugging_enter_pdb", "label": "_enter_pdb()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L340"}, {"id": "debugging_postmortem_exc_or_tb", "label": "_postmortem_exc_or_tb()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L371"}, {"id": "debugging_post_mortem", "label": "post_mortem()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L402"}, {"id": "debugging_rationale_31", "label": "Validate syntax of --pdbcls option.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L31"}, {"id": "debugging_rationale_93", "label": "Pseudo PDB that defers to the real pdb.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L93"}, {"id": "debugging_rationale_242", "label": "Initialize PDB debugging, dropping any IO capturing.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L242"}, {"id": "debugging_rationale_281", "label": "Invoke debugging via ``Pdb.set_trace``, dropping any IO capturing.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L281"}, {"id": "debugging_rationale_315", "label": "Change the Python function object of the given Function item by a wrapper wh", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L315"}, {"id": "debugging_rationale_334", "label": "Wrap the given pytestfunct item for tracing support if --trace was given in", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L334"}, {"id": "debugging_rationale_80", "label": "# NOTE: not using pytest_unconfigure, since it might get called although", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L80"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "argparse", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "types", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "unittest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_code", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_capture", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_config", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_config", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_config", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_config", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_config_argparsing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_config_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_nodes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_reports", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "pytest_runner", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_validate_usepdb_cls", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_pytest_addoption", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_pytest_configure", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L65", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_pytestpdb", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L92", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_is_capturing", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L104", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_import_pdb_cls", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_get_pdb_wrapper_class", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L149", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_init_pdb", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L241", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_set_trace", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L280", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_pdbinvoke", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L287", "weight": 1.0}, {"source": "debugging_pdbinvoke", "target": "debugging_pdbinvoke_pytest_exception_interact", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L288", "weight": 1.0}, {"source": "debugging_pdbinvoke", "target": "debugging_pdbinvoke_pytest_internalerror", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L302", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_pdbtrace", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L307", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_pytest_pyfunc_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L309", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_wrap_pytest_function_for_tracing", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L314", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_maybe_wrap_pytest_function_for_tracing", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L333", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_enter_pdb", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L340", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_postmortem_exc_or_tb", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L371", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "target": "debugging_post_mortem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L402", "weight": 1.0}, {"source": "debugging_pytest_configure", "target": "debugging_pdbtrace", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L69", "weight": 1.0}, {"source": "debugging_pytest_configure", "target": "debugging_pdbinvoke", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L71", "weight": 1.0}, {"source": "debugging_import_pdb_cls", "target": "debugging_get_pdb_wrapper_class", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L144", "weight": 1.0}, {"source": "debugging_init_pdb", "target": "debugging_is_capturing", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L262", "weight": 1.0}, {"source": "debugging_init_pdb", "target": "debugging_import_pdb_cls", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L273", "weight": 1.0}, {"source": "debugging_set_trace", "target": "debugging_init_pdb", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L283", "weight": 1.0}, {"source": "debugging_pdbinvoke_pytest_exception_interact", "target": "debugging_enter_pdb", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L300", "weight": 1.0}, {"source": "debugging_pdbinvoke_pytest_internalerror", "target": "debugging_postmortem_exc_or_tb", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L303", "weight": 1.0}, {"source": "debugging_pdbinvoke_pytest_internalerror", "target": "debugging_post_mortem", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L304", "weight": 1.0}, {"source": "debugging_pytest_pyfunc_call", "target": "debugging_wrap_pytest_function_for_tracing", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L310", "weight": 1.0}, {"source": "debugging_wrap_pytest_function_for_tracing", "target": "debugging_init_pdb", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L319", "weight": 1.0}, {"source": "debugging_maybe_wrap_pytest_function_for_tracing", "target": "debugging_wrap_pytest_function_for_tracing", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L337", "weight": 1.0}, {"source": "debugging_enter_pdb", "target": "debugging_postmortem_exc_or_tb", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L365", "weight": 1.0}, {"source": "debugging_enter_pdb", "target": "debugging_post_mortem", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L367", "weight": 1.0}, {"source": "debugging_post_mortem", "target": "debugging_init_pdb", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L403", "weight": 1.0}, {"source": "debugging_rationale_31", "target": "debugging_validate_usepdb_cls", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L31", "weight": 1.0}, {"source": "debugging_rationale_93", "target": "debugging_pytestpdb", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L93", "weight": 1.0}, {"source": "debugging_rationale_242", "target": "debugging_pytestpdb_init_pdb", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L242", "weight": 1.0}, {"source": "debugging_rationale_281", "target": "debugging_pytestpdb_set_trace", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L281", "weight": 1.0}, {"source": "debugging_rationale_315", "target": "debugging_wrap_pytest_function_for_tracing", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L315", "weight": 1.0}, {"source": "debugging_rationale_334", "target": "debugging_maybe_wrap_pytest_function_for_tracing", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L334", "weight": 1.0}, {"source": "debugging_rationale_80", "target": "backend_venv_lib_python3_12_site_packages_pytest_debugging_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L80", "weight": 1.0}], "raw_calls": [{"caller_nid": "debugging_validate_usepdb_cls", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L33"}, {"caller_nid": "debugging_validate_usepdb_cls", "callee": "ArgumentTypeError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L35"}, {"caller_nid": "debugging_pytest_addoption", "callee": "getgroup", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L42"}, {"caller_nid": "debugging_pytest_addoption", "callee": "addoption", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L43"}, {"caller_nid": "debugging_pytest_addoption", "callee": "addoption", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L49"}, {"caller_nid": "debugging_pytest_addoption", "callee": "addoption", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L57"}, {"caller_nid": "debugging_pytest_configure", "callee": "getvalue", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L68"}, {"caller_nid": "debugging_pytest_configure", "callee": "register", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L69"}, {"caller_nid": "debugging_pytest_configure", "callee": "getvalue", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L70"}, {"caller_nid": "debugging_pytest_configure", "callee": "register", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L71"}, {"caller_nid": "debugging_pytest_configure", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L73"}, {"caller_nid": "debugging_pytest_configure", "callee": "add_cleanup", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L89"}, {"caller_nid": "debugging_is_capturing", "callee": "is_capturing", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L106"}, {"caller_nid": "debugging_import_pdb_cls", "callee": "getvalue", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L117"}, {"caller_nid": "debugging_import_pdb_cls", "callee": "__import__", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L126"}, {"caller_nid": "debugging_import_pdb_cls", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L130"}, {"caller_nid": "debugging_import_pdb_cls", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L131"}, {"caller_nid": "debugging_import_pdb_cls", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L133"}, {"caller_nid": "debugging_import_pdb_cls", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L135"}, {"caller_nid": "debugging_import_pdb_cls", "callee": "UsageError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L136"}, {"caller_nid": "debugging_get_pdb_wrapper_class", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L162"}, {"caller_nid": "debugging_get_pdb_wrapper_class", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L191"}, {"caller_nid": "debugging_get_pdb_wrapper_class", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L209"}, {"caller_nid": "debugging_init_pdb", "callee": "getplugin", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L248"}, {"caller_nid": "debugging_init_pdb", "callee": "suspend", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L250"}, {"caller_nid": "debugging_init_pdb", "callee": "create_terminal_writer", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L253"}, {"caller_nid": "debugging_init_pdb", "callee": "line", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L254"}, {"caller_nid": "debugging_init_pdb", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L258"}, {"caller_nid": "debugging_init_pdb", "callee": "sep", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L260"}, {"caller_nid": "debugging_init_pdb", "callee": "sep", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L264"}, {"caller_nid": "debugging_init_pdb", "callee": "sep", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L266"}, {"caller_nid": "debugging_init_pdb", "callee": "sep", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L271"}, {"caller_nid": "debugging_init_pdb", "callee": "cls._import_pdb_cls(capman)", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L273"}, {"caller_nid": "debugging_init_pdb", "callee": "pytest_enter_pdb", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L276"}, {"caller_nid": "debugging_set_trace", "callee": "_getframe", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L282"}, {"caller_nid": "debugging_pdbinvoke_pytest_exception_interact", "callee": "getplugin", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L291"}, {"caller_nid": "debugging_pdbinvoke_pytest_exception_interact", "callee": "suspend_global_capture", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L293"}, {"caller_nid": "debugging_pdbinvoke_pytest_exception_interact", "callee": "read_global_capture", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L294"}, {"caller_nid": "debugging_pdbinvoke_pytest_exception_interact", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L295"}, {"caller_nid": "debugging_pdbinvoke_pytest_exception_interact", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L296"}, {"caller_nid": "debugging_pdbinvoke_pytest_exception_interact", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L299"}, {"caller_nid": "debugging_wrap_pytest_function_for_tracing", "callee": "wraps", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L325"}, {"caller_nid": "debugging_maybe_wrap_pytest_function_for_tracing", "callee": "getvalue", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L336"}, {"caller_nid": "debugging_enter_pdb", "callee": "getplugin", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L346"}, {"caller_nid": "debugging_enter_pdb", "callee": "line", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L347"}, {"caller_nid": "debugging_enter_pdb", "callee": "sep", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L357"}, {"caller_nid": "debugging_enter_pdb", "callee": "line", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L360"}, {"caller_nid": "debugging_enter_pdb", "callee": "sep", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L362"}, {"caller_nid": "debugging_enter_pdb", "callee": "toterminal", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L363"}, {"caller_nid": "debugging_enter_pdb", "callee": "sep", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L364"}, {"caller_nid": "debugging_postmortem_exc_or_tb", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L377"}, {"caller_nid": "debugging_postmortem_exc_or_tb", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L385"}, {"caller_nid": "debugging_post_mortem", "callee": "reset", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L404"}, {"caller_nid": "debugging_post_mortem", "callee": "interaction", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L405"}, {"caller_nid": "debugging_post_mortem", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/debugging.py", "source_location": "L407"}]} |