1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "label": "exceptions.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L1"}, {"id": "exceptions_coverageexception", "label": "CoverageException", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L11"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "exceptions_coverageexception_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L14"}, {"id": "exceptions_configerror", "label": "ConfigError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L30"}, {"id": "exceptions_dataerror", "label": "DataError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L36"}, {"id": "exceptions_nodataerror", "label": "NoDataError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L42"}, {"id": "exceptions_nosource", "label": "NoSource", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L48"}, {"id": "exceptions_nocode", "label": "NoCode", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L54"}, {"id": "exceptions_notpython", "label": "NotPython", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L60"}, {"id": "exceptions_pluginerror", "label": "PluginError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L66"}, {"id": "exceptions_exceptionduringrun", "label": "_ExceptionDuringRun", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L72"}, {"id": "exceptions_coveragewarning", "label": "CoverageWarning", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L82"}, {"id": "warning", "label": "Warning", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "exceptions_rationale_12", "label": "The base class of all exceptions raised by Coverage.py.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L12"}, {"id": "exceptions_rationale_19", "label": "Create an exception. Args: slug: A short string identifying", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L19"}, {"id": "exceptions_rationale_31", "label": "A problem with a config file, or a value in one.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L31"}, {"id": "exceptions_rationale_37", "label": "An error in using a data file.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L37"}, {"id": "exceptions_rationale_43", "label": "We didn't have data to work with.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L43"}, {"id": "exceptions_rationale_49", "label": "We couldn't find the source for a module.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L49"}, {"id": "exceptions_rationale_55", "label": "We couldn't find any code at all.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L55"}, {"id": "exceptions_rationale_61", "label": "A source file turned out not to be parsable Python.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L61"}, {"id": "exceptions_rationale_73", "label": "An exception happened while running customer code. Construct it with three", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L73"}, {"id": "exceptions_rationale_83", "label": "A warning from Coverage.py.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L83"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "exceptions_coverageexception", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L11", "weight": 1.0}, {"source": "exceptions_coverageexception", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L11", "weight": 1.0}, {"source": "exceptions_coverageexception", "target": "exceptions_coverageexception_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "exceptions_configerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L30", "weight": 1.0}, {"source": "exceptions_configerror", "target": "exceptions_coverageexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "exceptions_dataerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L36", "weight": 1.0}, {"source": "exceptions_dataerror", "target": "exceptions_coverageexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "exceptions_nodataerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L42", "weight": 1.0}, {"source": "exceptions_nodataerror", "target": "exceptions_coverageexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "exceptions_nosource", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L48", "weight": 1.0}, {"source": "exceptions_nosource", "target": "exceptions_coverageexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L48", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "exceptions_nocode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L54", "weight": 1.0}, {"source": "exceptions_nocode", "target": "exceptions_nosource", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "exceptions_notpython", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L60", "weight": 1.0}, {"source": "exceptions_notpython", "target": "exceptions_coverageexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L60", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "exceptions_pluginerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L66", "weight": 1.0}, {"source": "exceptions_pluginerror", "target": "exceptions_coverageexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "exceptions_exceptionduringrun", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L72", "weight": 1.0}, {"source": "exceptions_exceptionduringrun", "target": "exceptions_coverageexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L72", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_exceptions_py", "target": "exceptions_coveragewarning", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L82", "weight": 1.0}, {"source": "exceptions_coveragewarning", "target": "warning", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L82", "weight": 1.0}, {"source": "exceptions_rationale_12", "target": "exceptions_coverageexception", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L12", "weight": 1.0}, {"source": "exceptions_rationale_19", "target": "exceptions_coverageexception_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L19", "weight": 1.0}, {"source": "exceptions_rationale_31", "target": "exceptions_configerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L31", "weight": 1.0}, {"source": "exceptions_rationale_37", "target": "exceptions_dataerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L37", "weight": 1.0}, {"source": "exceptions_rationale_43", "target": "exceptions_nodataerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L43", "weight": 1.0}, {"source": "exceptions_rationale_49", "target": "exceptions_nosource", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L49", "weight": 1.0}, {"source": "exceptions_rationale_55", "target": "exceptions_nocode", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L55", "weight": 1.0}, {"source": "exceptions_rationale_61", "target": "exceptions_notpython", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L61", "weight": 1.0}, {"source": "exceptions_rationale_73", "target": "exceptions_exceptionduringrun", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L73", "weight": 1.0}, {"source": "exceptions_rationale_83", "target": "exceptions_coveragewarning", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L83", "weight": 1.0}], "raw_calls": [{"caller_nid": "exceptions_coverageexception_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/exceptions.py", "source_location": "L26"}]} |