1 line
27 KiB
JSON
1 line
27 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "label": "execfile.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L1"}, {"id": "execfile_dummyloader", "label": "DummyLoader", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L30"}, {"id": "execfile_dummyloader_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L36"}, {"id": "execfile_find_module", "label": "find_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L40"}, {"id": "execfile_pyrunner", "label": "PyRunner", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L70"}, {"id": "execfile_pyrunner_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L77"}, {"id": "execfile_pyrunner_prepare", "label": ".prepare()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L88"}, {"id": "execfile_pyrunner_prepare2", "label": "._prepare2()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L130"}, {"id": "execfile_pyrunner_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L171"}, {"id": "execfile_run_python_module", "label": "run_python_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L262"}, {"id": "execfile_run_python_file", "label": "run_python_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L276"}, {"id": "execfile_make_code_from_py", "label": "make_code_from_py()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L291"}, {"id": "execfile_make_code_from_pyc", "label": "make_code_from_pyc()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L302"}, {"id": "execfile_rationale_31", "label": "A shim for the pep302 __loader__, emulating pkgutil.ImpLoader. Currently on", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L31"}, {"id": "execfile_rationale_43", "label": "Find the module named `modulename`. Returns the file path of the module, th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L43"}, {"id": "execfile_rationale_71", "label": "Multi-stage execution of Python code. This is meant to emulate real Python", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L71"}, {"id": "execfile_rationale_89", "label": "Set sys.path properly. This needs to happen before any importing, and w", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L89"}, {"id": "execfile_rationale_131", "label": "Do more preparation to run Python code. Includes finding the module to", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L131"}, {"id": "execfile_rationale_263", "label": "Run a Python module, as though with ``python -m name args...``. `args` is t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L263"}, {"id": "execfile_rationale_277", "label": "Run a Python file as if it were the main program on the command line. `args", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L277"}, {"id": "execfile_rationale_292", "label": "Get source from `filename` and make a code object of it.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L292"}, {"id": "execfile_rationale_303", "label": "Get a code object from a .pyc file.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L303"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "importlib_machinery", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "importlib_util", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "inspect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "marshal", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "struct", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "importlib_machinery", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "coverage_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "coverage_files", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "coverage_misc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "coverage_python", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "execfile_dummyloader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L30", "weight": 1.0}, {"source": "execfile_dummyloader", "target": "execfile_dummyloader_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "execfile_find_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "execfile_pyrunner", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L70", "weight": 1.0}, {"source": "execfile_pyrunner", "target": "execfile_pyrunner_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L77", "weight": 1.0}, {"source": "execfile_pyrunner", "target": "execfile_pyrunner_prepare", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L88", "weight": 1.0}, {"source": "execfile_pyrunner", "target": "execfile_pyrunner_prepare2", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L130", "weight": 1.0}, {"source": "execfile_pyrunner", "target": "execfile_pyrunner_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L171", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "execfile_run_python_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L262", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "execfile_run_python_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L276", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "execfile_make_code_from_py", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L291", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_execfile_py", "target": "execfile_make_code_from_pyc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L302", "weight": 1.0}, {"source": "execfile_pyrunner_prepare2", "target": "execfile_find_module", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L139", "weight": 1.0}, {"source": "execfile_pyrunner_prepare2", "target": "execfile_dummyloader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L142", "weight": 1.0}, {"source": "execfile_pyrunner_run", "target": "execfile_pyrunner_prepare2", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L174", "weight": 1.0}, {"source": "execfile_pyrunner_run", "target": "execfile_make_code_from_pyc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L199", "weight": 1.0}, {"source": "execfile_pyrunner_run", "target": "execfile_make_code_from_py", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L201", "weight": 1.0}, {"source": "execfile_run_python_module", "target": "execfile_pyrunner", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L271", "weight": 1.0}, {"source": "execfile_run_python_module", "target": "execfile_pyrunner_prepare", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L272", "weight": 1.0}, {"source": "execfile_run_python_module", "target": "execfile_pyrunner_run", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L273", "weight": 1.0}, {"source": "execfile_run_python_file", "target": "execfile_pyrunner", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L286", "weight": 1.0}, {"source": "execfile_run_python_file", "target": "execfile_pyrunner_prepare", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L287", "weight": 1.0}, {"source": "execfile_run_python_file", "target": "execfile_pyrunner_run", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L288", "weight": 1.0}, {"source": "execfile_rationale_31", "target": "execfile_dummyloader", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L31", "weight": 1.0}, {"source": "execfile_rationale_43", "target": "execfile_find_module", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L43", "weight": 1.0}, {"source": "execfile_rationale_71", "target": "execfile_pyrunner", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L71", "weight": 1.0}, {"source": "execfile_rationale_89", "target": "execfile_pyrunner_prepare", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L89", "weight": 1.0}, {"source": "execfile_rationale_131", "target": "execfile_pyrunner_prepare2", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L131", "weight": 1.0}, {"source": "execfile_rationale_263", "target": "execfile_run_python_module", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L263", "weight": 1.0}, {"source": "execfile_rationale_277", "target": "execfile_run_python_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L277", "weight": 1.0}, {"source": "execfile_rationale_292", "target": "execfile_make_code_from_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L292", "weight": 1.0}, {"source": "execfile_rationale_303", "target": "execfile_make_code_from_pyc", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L303", "weight": 1.0}], "raw_calls": [{"caller_nid": "execfile_find_module", "callee": "find_spec", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L49"}, {"caller_nid": "execfile_find_module", "callee": "NoSource", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L51"}, {"caller_nid": "execfile_find_module", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L51"}, {"caller_nid": "execfile_find_module", "callee": "NoSource", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L53"}, {"caller_nid": "execfile_find_module", "callee": "find_spec", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L58"}, {"caller_nid": "execfile_find_module", "callee": "NoSource", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L60"}, {"caller_nid": "execfile_find_module", "callee": "rpartition", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L66"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L94"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "getcwd", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L98"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L99"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L104"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L104"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L106"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "stack", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L112"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L113"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L114"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L114"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "canonical_filename", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L115"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "canonical_filename", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L116"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L123"}, {"caller_nid": "execfile_pyrunner_prepare", "callee": "python_reported_file", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L128"}, {"caller_nid": "execfile_pyrunner_prepare2", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L144"}, {"caller_nid": "execfile_pyrunner_prepare2", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L146"}, {"caller_nid": "execfile_pyrunner_prepare2", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L150"}, {"caller_nid": "execfile_pyrunner_prepare2", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L153"}, {"caller_nid": "execfile_pyrunner_prepare2", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L154"}, {"caller_nid": "execfile_pyrunner_prepare2", "callee": "NoSource", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L158"}, {"caller_nid": "execfile_pyrunner_prepare2", "callee": "python_reported_file", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L161"}, {"caller_nid": "execfile_pyrunner_prepare2", "callee": "ModuleSpec", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L162"}, {"caller_nid": "execfile_pyrunner_prepare2", "callee": "python_reported_file", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L169"}, {"caller_nid": "execfile_pyrunner_run", "callee": "ModuleType", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L177"}, {"caller_nid": "execfile_pyrunner_run", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L179"}, {"caller_nid": "execfile_pyrunner_run", "callee": "CoverageException", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L206"}, {"caller_nid": "execfile_pyrunner_run", "callee": "getcwd", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L211"}, {"caller_nid": "execfile_pyrunner_run", "callee": "exec", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L213"}, {"caller_nid": "execfile_pyrunner_run", "callee": "exc_info", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L224"}, {"caller_nid": "execfile_pyrunner_run", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L233"}, {"caller_nid": "execfile_pyrunner_run", "callee": "excepthook", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L239"}, {"caller_nid": "execfile_pyrunner_run", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L245"}, {"caller_nid": "execfile_pyrunner_run", "callee": "exc_info", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L246"}, {"caller_nid": "execfile_pyrunner_run", "callee": "__excepthook__", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L253"}, {"caller_nid": "execfile_pyrunner_run", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L254"}, {"caller_nid": "execfile_pyrunner_run", "callee": "_ExceptionDuringRun", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L255"}, {"caller_nid": "execfile_pyrunner_run", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L257"}, {"caller_nid": "execfile_pyrunner_run", "callee": "chdir", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L259"}, {"caller_nid": "execfile_make_code_from_py", "callee": "get_python_source", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L294"}, {"caller_nid": "execfile_make_code_from_py", "callee": "NoSource", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L296"}, {"caller_nid": "execfile_make_code_from_py", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L298"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L305"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "NoCode", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L307"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L312"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "NoCode", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L314"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "unpack", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L316"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L316"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L319"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L322"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L323"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L326"}, {"caller_nid": "execfile_make_code_from_pyc", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/execfile.py", "source_location": "L327"}]} |