1 line
26 KiB
JSON
1 line
26 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "label": "source.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L1"}, {"id": "source_source", "label": "Source", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L16"}, {"id": "source_source_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L22"}, {"id": "source_source_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L44"}, {"id": "source_getitem", "label": "__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L53"}, {"id": "source_source_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L58"}, {"id": "source_source_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L69"}, {"id": "source_source_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L72"}, {"id": "source_source_strip", "label": ".strip()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L75"}, {"id": "source_source_indent", "label": ".indent()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L87"}, {"id": "source_source_getstatement", "label": ".getstatement()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L95"}, {"id": "source_source_getstatementrange", "label": ".getstatementrange()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L101"}, {"id": "source_source_deindent", "label": ".deindent()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L109"}, {"id": "source_source_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L116"}, {"id": "source_findsource", "label": "findsource()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L125"}, {"id": "source_getrawcode", "label": "getrawcode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L136"}, {"id": "source_deindent", "label": "deindent()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L149"}, {"id": "source_get_statement_startend2", "label": "get_statement_startend2()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L153"}, {"id": "source_getstatementrange_ast", "label": "getstatementrange_ast()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L179"}, {"id": "source_rationale_17", "label": "An immutable object holding a source code fragment. When using Source(...),", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L17"}, {"id": "source_rationale_76", "label": "Return new Source object with trailing and leading blank lines removed.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L76"}, {"id": "source_rationale_88", "label": "Return a copy of the source object with all lines indented by the given", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L88"}, {"id": "source_rationale_96", "label": "Return Source statement which contains the given linenumber (counted fro", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L96"}, {"id": "source_rationale_102", "label": "Return (start, end) tuple which spans the minimal statement region which", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L102"}, {"id": "source_rationale_110", "label": "Return a new Source object deindented.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L110"}, {"id": "source_rationale_137", "label": "Return code object for given function.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L137"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "ast", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "bisect", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "inspect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "textwrap", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "tokenize", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "types", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "source_source", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L16", "weight": 1.0}, {"source": "source_source", "target": "source_source_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L22", "weight": 1.0}, {"source": "source_source", "target": "source_source_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "source_getitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L53", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "source_getitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L56", "weight": 1.0}, {"source": "source_source", "target": "source_source_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L58", "weight": 1.0}, {"source": "source_source", "target": "source_source_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L69", "weight": 1.0}, {"source": "source_source", "target": "source_source_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L72", "weight": 1.0}, {"source": "source_source", "target": "source_source_strip", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L75", "weight": 1.0}, {"source": "source_source", "target": "source_source_indent", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L87", "weight": 1.0}, {"source": "source_source", "target": "source_source_getstatement", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L95", "weight": 1.0}, {"source": "source_source", "target": "source_source_getstatementrange", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L101", "weight": 1.0}, {"source": "source_source", "target": "source_source_deindent", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L109", "weight": 1.0}, {"source": "source_source", "target": "source_source_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L116", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "source_findsource", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L125", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "source_getrawcode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L136", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "source_deindent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L149", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "source_get_statement_startend2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L153", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_code_source_py", "target": "source_getstatementrange_ast", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L179", "weight": 1.0}, {"source": "source_source_init", "target": "source_deindent", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L30", "weight": 1.0}, {"source": "source_source_init", "target": "source_getrawcode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L37", "weight": 1.0}, {"source": "source_source_getitem", "target": "source_source", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L64", "weight": 1.0}, {"source": "source_source_strip", "target": "source_source", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L82", "weight": 1.0}, {"source": "source_source_indent", "target": "source_source", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L90", "weight": 1.0}, {"source": "source_source_getstatement", "target": "source_source_getstatementrange", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L98", "weight": 1.0}, {"source": "source_source_getstatementrange", "target": "source_getstatementrange_ast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L106", "weight": 1.0}, {"source": "source_source_deindent", "target": "source_source", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L111", "weight": 1.0}, {"source": "source_source_deindent", "target": "source_deindent", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L112", "weight": 1.0}, {"source": "source_findsource", "target": "source_source", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L130", "weight": 1.0}, {"source": "source_getstatementrange_ast", "target": "source_get_statement_startend2", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L193", "weight": 1.0}, {"source": "source_rationale_17", "target": "source_source", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L17", "weight": 1.0}, {"source": "source_rationale_76", "target": "source_source_strip", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L76", "weight": 1.0}, {"source": "source_rationale_88", "target": "source_source_indent", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L88", "weight": 1.0}, {"source": "source_rationale_96", "target": "source_source_getstatement", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L96", "weight": 1.0}, {"source": "source_rationale_102", "target": "source_source_getstatementrange", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L102", "weight": 1.0}, {"source": "source_rationale_110", "target": "source_source_deindent", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L110", "weight": 1.0}, {"source": "source_rationale_137", "target": "source_getrawcode", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L137", "weight": 1.0}], "raw_calls": [{"caller_nid": "source_source_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L26"}, {"caller_nid": "source_source_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L29"}, {"caller_nid": "source_source_init", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L30"}, {"caller_nid": "source_source_init", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L31"}, {"caller_nid": "source_source_init", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L31"}, {"caller_nid": "source_source_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L32"}, {"caller_nid": "source_source_init", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L33"}, {"caller_nid": "source_source_init", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L34"}, {"caller_nid": "source_source_init", "callee": "getsource", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L38"}, {"caller_nid": "source_source_init", "callee": "getsource", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L40"}, {"caller_nid": "source_source_init", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L41"}, {"caller_nid": "source_source_init", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L42"}, {"caller_nid": "source_source_eq", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L45"}, {"caller_nid": "source_source_getitem", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L59"}, {"caller_nid": "source_source_getitem", "callee": "IndexError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L63"}, {"caller_nid": "source_source_iter", "callee": "iter", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L70"}, {"caller_nid": "source_source_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L73"}, {"caller_nid": "source_source_strip", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L77"}, {"caller_nid": "source_source_getstatementrange", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L104"}, {"caller_nid": "source_source_getstatementrange", "callee": "IndexError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L105"}, {"caller_nid": "source_source_str", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L117"}, {"caller_nid": "source_findsource", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L131"}, {"caller_nid": "source_getrawcode", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L143"}, {"caller_nid": "source_getrawcode", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L144"}, {"caller_nid": "source_getrawcode", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L146"}, {"caller_nid": "source_deindent", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L150"}, {"caller_nid": "source_deindent", "callee": "dedent", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L150"}, {"caller_nid": "source_deindent", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L150"}, {"caller_nid": "source_get_statement_startend2", "callee": "walk", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L157"}, {"caller_nid": "source_get_statement_startend2", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L158"}, {"caller_nid": "source_get_statement_startend2", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L160"}, {"caller_nid": "source_get_statement_startend2", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L162"}, {"caller_nid": "source_get_statement_startend2", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L163"}, {"caller_nid": "source_get_statement_startend2", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L165"}, {"caller_nid": "source_get_statement_startend2", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L168"}, {"caller_nid": "source_get_statement_startend2", "callee": "sort", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L169"}, {"caller_nid": "source_get_statement_startend2", "callee": "bisect_right", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L170"}, {"caller_nid": "source_get_statement_startend2", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L172"}, {"caller_nid": "source_getstatementrange_ast", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L186"}, {"caller_nid": "source_getstatementrange_ast", "callee": "catch_warnings", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L189"}, {"caller_nid": "source_getstatementrange_ast", "callee": "simplefilter", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L190"}, {"caller_nid": "source_getstatementrange_ast", "callee": "parse", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L191"}, {"caller_nid": "source_getstatementrange_ast", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L199"}, {"caller_nid": "source_getstatementrange_ast", "callee": "BlockFinder", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L204"}, {"caller_nid": "source_getstatementrange_ast", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L207"}, {"caller_nid": "source_getstatementrange_ast", "callee": "isspace", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L207"}, {"caller_nid": "source_getstatementrange_ast", "callee": "generate_tokens", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L211"}, {"caller_nid": "source_getstatementrange_ast", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L211"}, {"caller_nid": "source_getstatementrange_ast", "callee": "tokeneater", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L212"}, {"caller_nid": "source_getstatementrange_ast", "callee": "lstrip", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L220"}, {"caller_nid": "source_getstatementrange_ast", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/_code/source.py", "source_location": "L221"}]} |