Files
tfm_ainventory/graphify-out/cache/31283d7aa0a06c7721cd09e578172fd8b5ac08a5618aa496d170c82e81abaf71.json

1 line
28 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "label": "recwarn.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L1"}, {"id": "recwarn_recwarn", "label": "recwarn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L34"}, {"id": "recwarn_deprecated_call", "label": "deprecated_call()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L46"}, {"id": "recwarn_warns", "label": "warns()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L90"}, {"id": "recwarn_warningsrecorder", "label": "WarningsRecorder", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L170"}, {"id": "recwarn_warningsrecorder_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L183"}, {"id": "recwarn_list", "label": "list()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L190"}, {"id": "recwarn_warningsrecorder_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L194"}, {"id": "recwarn_warningsrecorder_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L198"}, {"id": "recwarn_warningsrecorder_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L202"}, {"id": "recwarn_warningsrecorder_pop", "label": ".pop()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L206"}, {"id": "recwarn_warningsrecorder_clear", "label": ".clear()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L225"}, {"id": "recwarn_warningsrecorder_enter", "label": ".__enter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L231"}, {"id": "recwarn_warningsrecorder_exit", "label": ".__exit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L242"}, {"id": "recwarn_warningschecker", "label": "WarningsChecker", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L260"}, {"id": "recwarn_warningschecker_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L261"}, {"id": "recwarn_warningschecker_matches", "label": ".matches()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L287"}, {"id": "recwarn_warningschecker_exit", "label": ".__exit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L293"}, {"id": "recwarn_rationale_35", "label": "Return a :class:`WarningsRecorder` instance that records all warnings emitted by", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L35"}, {"id": "recwarn_rationale_58", "label": "Assert that code produces a ``DeprecationWarning`` or ``PendingDeprecationWarnin", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L58"}, {"id": "recwarn_rationale_112", "label": "r\"\"\"Assert that code raises a particular class of warning. Specifically, th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L112"}, {"id": "recwarn_rationale_171", "label": "A context manager to record raised warnings. Each recorded warning is an in", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L171"}, {"id": "recwarn_rationale_191", "label": "The list of recorded warnings.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L191"}, {"id": "recwarn_rationale_195", "label": "Get a recorded warning by index.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L195"}, {"id": "recwarn_rationale_199", "label": "Iterate through the recorded warnings.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L199"}, {"id": "recwarn_rationale_203", "label": "The number of recorded warnings.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L203"}, {"id": "recwarn_rationale_207", "label": "Pop the first recorded warning which is an instance of ``cls``, but not", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L207"}, {"id": "recwarn_rationale_226", "label": "Clear the list of recorded warnings.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L226"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "pprint", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "pytest_deprecated", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "pytest_fixtures", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "pytest_outcomes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "pytest_outcomes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "recwarn_recwarn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "recwarn_deprecated_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "recwarn_deprecated_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L52", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "recwarn_deprecated_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "recwarn_warns", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L90", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "recwarn_warns", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L98", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "recwarn_warns", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L106", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "recwarn_warningsrecorder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L170", "weight": 1.0}, {"source": "recwarn_warningsrecorder", "target": "recwarn_warningsrecorder_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L183", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "recwarn_list", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L190", "weight": 1.0}, {"source": "recwarn_warningsrecorder", "target": "recwarn_warningsrecorder_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L194", "weight": 1.0}, {"source": "recwarn_warningsrecorder", "target": "recwarn_warningsrecorder_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L198", "weight": 1.0}, {"source": "recwarn_warningsrecorder", "target": "recwarn_warningsrecorder_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L202", "weight": 1.0}, {"source": "recwarn_warningsrecorder", "target": "recwarn_warningsrecorder_pop", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L206", "weight": 1.0}, {"source": "recwarn_warningsrecorder", "target": "recwarn_warningsrecorder_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L225", "weight": 1.0}, {"source": "recwarn_warningsrecorder", "target": "recwarn_warningsrecorder_enter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L231", "weight": 1.0}, {"source": "recwarn_warningsrecorder", "target": "recwarn_warningsrecorder_exit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L242", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_recwarn_py", "target": "recwarn_warningschecker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L260", "weight": 1.0}, {"source": "recwarn_warningschecker", "target": "recwarn_warningsrecorder", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L260", "weight": 1.0}, {"source": "recwarn_warningschecker", "target": "recwarn_warningschecker_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L261", "weight": 1.0}, {"source": "recwarn_warningschecker", "target": "recwarn_warningschecker_matches", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L287", "weight": 1.0}, {"source": "recwarn_warningschecker", "target": "recwarn_warningschecker_exit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L293", "weight": 1.0}, {"source": "recwarn_recwarn", "target": "recwarn_warningsrecorder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L39", "weight": 1.0}, {"source": "recwarn_deprecated_call", "target": "recwarn_warns", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L84", "weight": 1.0}, {"source": "recwarn_warns", "target": "recwarn_warningschecker", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L161", "weight": 1.0}, {"source": "recwarn_warningsrecorder_init", "target": "recwarn_warningschecker_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L185", "weight": 1.0}, {"source": "recwarn_warningsrecorder_exit", "target": "recwarn_warningschecker_exit", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L252", "weight": 1.0}, {"source": "recwarn_warningschecker_exit", "target": "recwarn_warningschecker_matches", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L323", "weight": 1.0}, {"source": "recwarn_rationale_35", "target": "recwarn_recwarn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L35", "weight": 1.0}, {"source": "recwarn_rationale_58", "target": "recwarn_deprecated_call", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L58", "weight": 1.0}, {"source": "recwarn_rationale_112", "target": "recwarn_warns", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L112", "weight": 1.0}, {"source": "recwarn_rationale_171", "target": "recwarn_warningsrecorder", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L171", "weight": 1.0}, {"source": "recwarn_rationale_191", "target": "recwarn_warningsrecorder_list", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L191", "weight": 1.0}, {"source": "recwarn_rationale_195", "target": "recwarn_warningsrecorder_getitem", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L195", "weight": 1.0}, {"source": "recwarn_rationale_199", "target": "recwarn_warningsrecorder_iter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L199", "weight": 1.0}, {"source": "recwarn_rationale_203", "target": "recwarn_warningsrecorder_len", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L203", "weight": 1.0}, {"source": "recwarn_rationale_207", "target": "recwarn_warningsrecorder_pop", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L207", "weight": 1.0}, {"source": "recwarn_rationale_226", "target": "recwarn_warningsrecorder_clear", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L226", "weight": 1.0}], "raw_calls": [{"caller_nid": "recwarn_recwarn", "callee": "simplefilter", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L41"}, {"caller_nid": "recwarn_warns", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L156"}, {"caller_nid": "recwarn_warns", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L156"}, {"caller_nid": "recwarn_warns", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L157"}, {"caller_nid": "recwarn_warns", "callee": "callable", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L164"}, {"caller_nid": "recwarn_warns", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L165"}, {"caller_nid": "recwarn_warns", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L165"}, {"caller_nid": "recwarn_warns", "callee": "func", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L167"}, {"caller_nid": "recwarn_warningsrecorder_init", "callee": "check_ispytest", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L184"}, {"caller_nid": "recwarn_warningsrecorder_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L185"}, {"caller_nid": "recwarn_warningsrecorder_iter", "callee": "iter", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L200"}, {"caller_nid": "recwarn_warningsrecorder_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L204"}, {"caller_nid": "recwarn_warningsrecorder_pop", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L212"}, {"caller_nid": "recwarn_warningsrecorder_pop", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L215"}, {"caller_nid": "recwarn_warningsrecorder_pop", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L217"}, {"caller_nid": "recwarn_warningsrecorder_pop", "callee": "AssertionError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L223"}, {"caller_nid": "recwarn_warningsrecorder_enter", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L234"}, {"caller_nid": "recwarn_warningsrecorder_enter", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L235"}, {"caller_nid": "recwarn_warningsrecorder_enter", "callee": "simplefilter", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L239"}, {"caller_nid": "recwarn_warningsrecorder_exit", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L250"}, {"caller_nid": "recwarn_warningsrecorder_exit", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L252"}, {"caller_nid": "recwarn_warningschecker_init", "callee": "check_ispytest", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L268"}, {"caller_nid": "recwarn_warningschecker_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L269"}, {"caller_nid": "recwarn_warningschecker_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L272"}, {"caller_nid": "recwarn_warningschecker_init", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L274"}, {"caller_nid": "recwarn_warningschecker_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L275"}, {"caller_nid": "recwarn_warningschecker_init", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L275"}, {"caller_nid": "recwarn_warningschecker_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L277"}, {"caller_nid": "recwarn_warningschecker_init", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L277"}, {"caller_nid": "recwarn_warningschecker_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L282"}, {"caller_nid": "recwarn_warningschecker_init", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L282"}, {"caller_nid": "recwarn_warningschecker_matches", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L289"}, {"caller_nid": "recwarn_warningschecker_matches", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L289"}, {"caller_nid": "recwarn_warningschecker_matches", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L290"}, {"caller_nid": "recwarn_warningschecker_matches", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L290"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L299"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L308"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L310"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L318"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L318"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "fail", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L319"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "found_str", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L321"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L323"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "fail", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L324"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "found_str", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L327"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "warn_explicit", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L333"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L351"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L360"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L365"}, {"caller_nid": "recwarn_warningschecker_exit", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/recwarn.py", "source_location": "L366"}]}