1 line
26 KiB
JSON
1 line
26 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "label": "tomlconfig.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L1"}, {"id": "tomlconfig_tomldecodeerror", "label": "TomlDecodeError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L29"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "tomlconfig_tomlconfigparser", "label": "TomlConfigParser", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L38"}, {"id": "tomlconfig_tomlconfigparser_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L45"}, {"id": "tomlconfig_tomlconfigparser_read", "label": ".read()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L49"}, {"id": "tomlconfig_tomlconfigparser_get_section", "label": "._get_section()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L74"}, {"id": "tomlconfig_tomlconfigparser_get", "label": "._get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L103"}, {"id": "tomlconfig_tomlconfigparser_get_single", "label": "._get_single()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L115"}, {"id": "tomlconfig_tomlconfigparser_has_option", "label": ".has_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L126"}, {"id": "tomlconfig_tomlconfigparser_real_section", "label": ".real_section()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L132"}, {"id": "tomlconfig_tomlconfigparser_has_section", "label": ".has_section()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L136"}, {"id": "tomlconfig_tomlconfigparser_options", "label": ".options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L140"}, {"id": "tomlconfig_tomlconfigparser_check_type", "label": "._check_type()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L154"}, {"id": "tomlconfig_tomlconfigparser_getboolean", "label": ".getboolean()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L180"}, {"id": "tomlconfig_tomlconfigparser_getfile", "label": ".getfile()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L185"}, {"id": "tomlconfig_tomlconfigparser_get_list", "label": "._get_list()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L189"}, {"id": "tomlconfig_tomlconfigparser_getlist", "label": ".getlist()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L196"}, {"id": "tomlconfig_tomlconfigparser_getregexlist", "label": ".getregexlist()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L200"}, {"id": "tomlconfig_tomlconfigparser_getint", "label": ".getint()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L204"}, {"id": "tomlconfig_tomlconfigparser_getfloat", "label": ".getfloat()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L208"}, {"id": "tomlconfig_rationale_30", "label": "An exception class that exists even when toml isn't installed.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L30"}, {"id": "tomlconfig_rationale_39", "label": "TOML file reading with the interface of HandyConfigParser.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L39"}, {"id": "tomlconfig_rationale_75", "label": "Get a section from the data. Arguments: section (str): A se", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L75"}, {"id": "tomlconfig_rationale_104", "label": "Like .get, but returns the real section name and the value.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L104"}, {"id": "tomlconfig_rationale_116", "label": "Get a single-valued option. Performs environment substitution if the va", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L116"}, {"id": "tomlconfig_rationale_163", "label": "Check that `value` has the type we want, converting if needed. Returns", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L163"}, {"id": "tomlconfig_rationale_190", "label": "Get a list of strings, substituting environment variables in the elements.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L190"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "coverage", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "coverage_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "coverage_misc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "coverage_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "tomllib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "tomlconfig_tomldecodeerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L29", "weight": 1.0}, {"source": "tomlconfig_tomldecodeerror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_tomlconfig_py", "target": "tomlconfig_tomlconfigparser", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L38", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L45", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_read", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L49", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_get_section", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L74", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L103", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_get_single", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L115", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_has_option", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L126", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_real_section", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L132", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_has_section", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L136", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L140", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_get_section", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L146", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L150", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_check_type", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L154", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_getboolean", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L180", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_getfile", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L185", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_get_list", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L189", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_getlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L196", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_getregexlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L200", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_getint", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L204", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser", "target": "tomlconfig_tomlconfigparser_getfloat", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L208", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_read", "target": "tomlconfig_tomldecodeerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L64", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_get", "target": "tomlconfig_tomlconfigparser_get_section", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L105", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_get_single", "target": "tomlconfig_tomlconfigparser_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L121", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_has_option", "target": "tomlconfig_tomlconfigparser_get_section", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L127", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_real_section", "target": "tomlconfig_tomlconfigparser_get_section", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L133", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_has_section", "target": "tomlconfig_tomlconfigparser_get_section", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L137", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_options", "target": "tomlconfig_tomlconfigparser_get_section", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L141", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_get", "target": "tomlconfig_tomlconfigparser_get_single", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L151", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_getboolean", "target": "tomlconfig_tomlconfigparser_get_single", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L181", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_getboolean", "target": "tomlconfig_tomlconfigparser_check_type", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L183", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_getfile", "target": "tomlconfig_tomlconfigparser_get_single", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L186", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_get_list", "target": "tomlconfig_tomlconfigparser_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L191", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_get_list", "target": "tomlconfig_tomlconfigparser_check_type", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L192", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_getlist", "target": "tomlconfig_tomlconfigparser_get_list", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L197", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_getregexlist", "target": "tomlconfig_tomlconfigparser_get_list", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L201", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_getint", "target": "tomlconfig_tomlconfigparser_get_single", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L205", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_getint", "target": "tomlconfig_tomlconfigparser_check_type", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L206", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_getfloat", "target": "tomlconfig_tomlconfigparser_get_single", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L209", "weight": 1.0}, {"source": "tomlconfig_tomlconfigparser_getfloat", "target": "tomlconfig_tomlconfigparser_check_type", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L212", "weight": 1.0}, {"source": "tomlconfig_rationale_30", "target": "tomlconfig_tomldecodeerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L30", "weight": 1.0}, {"source": "tomlconfig_rationale_39", "target": "tomlconfig_tomlconfigparser", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L39", "weight": 1.0}, {"source": "tomlconfig_rationale_75", "target": "tomlconfig_tomlconfigparser_get_section", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L75", "weight": 1.0}, {"source": "tomlconfig_rationale_104", "target": "tomlconfig_tomlconfigparser_get", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L104", "weight": 1.0}, {"source": "tomlconfig_rationale_116", "target": "tomlconfig_tomlconfigparser_get_single", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L116", "weight": 1.0}, {"source": "tomlconfig_rationale_163", "target": "tomlconfig_tomlconfigparser_check_type", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L163", "weight": 1.0}, {"source": "tomlconfig_rationale_190", "target": "tomlconfig_tomlconfigparser_get_list", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L190", "weight": 1.0}], "raw_calls": [{"caller_nid": "tomlconfig_tomlconfigparser_read", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L52"}, {"caller_nid": "tomlconfig_tomlconfigparser_read", "callee": "fspath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L53"}, {"caller_nid": "tomlconfig_tomlconfigparser_read", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L56"}, {"caller_nid": "tomlconfig_tomlconfigparser_read", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L62"}, {"caller_nid": "tomlconfig_tomlconfigparser_read", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L64"}, {"caller_nid": "tomlconfig_tomlconfigparser_read", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L67"}, {"caller_nid": "tomlconfig_tomlconfigparser_read", "callee": "ConfigError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L71"}, {"caller_nid": "tomlconfig_tomlconfigparser_read", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L71"}, {"caller_nid": "tomlconfig_tomlconfigparser_get_section", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L88"}, {"caller_nid": "tomlconfig_tomlconfigparser_get_section", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L91"}, {"caller_nid": "tomlconfig_tomlconfigparser_get", "callee": "ConfigError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L107"}, {"caller_nid": "tomlconfig_tomlconfigparser_get", "callee": "ConfigError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L112"}, {"caller_nid": "tomlconfig_tomlconfigparser_get_single", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L122"}, {"caller_nid": "tomlconfig_tomlconfigparser_get_single", "callee": "substitute_variables", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L123"}, {"caller_nid": "tomlconfig_tomlconfigparser_has_section", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L138"}, {"caller_nid": "tomlconfig_tomlconfigparser_options", "callee": "ConfigError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L143"}, {"caller_nid": "tomlconfig_tomlconfigparser_options", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L144"}, {"caller_nid": "tomlconfig_tomlconfigparser_options", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L144"}, {"caller_nid": "tomlconfig_tomlconfigparser_check_type", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L167"}, {"caller_nid": "tomlconfig_tomlconfigparser_check_type", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L169"}, {"caller_nid": "tomlconfig_tomlconfigparser_check_type", "callee": "converter", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L171"}, {"caller_nid": "tomlconfig_tomlconfigparser_check_type", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L173"}, {"caller_nid": "tomlconfig_tomlconfigparser_check_type", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L176"}, {"caller_nid": "tomlconfig_tomlconfigparser_getfile", "callee": "process_file_value", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L187"}, {"caller_nid": "tomlconfig_tomlconfigparser_get_list", "callee": "substitute_variables", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L193"}, {"caller_nid": "tomlconfig_tomlconfigparser_getregexlist", "callee": "process_regexlist", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L202"}, {"caller_nid": "tomlconfig_tomlconfigparser_getfloat", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L210"}, {"caller_nid": "tomlconfig_tomlconfigparser_getfloat", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/tomlconfig.py", "source_location": "L211"}]} |