1 line
39 KiB
JSON
1 line
39 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "label": "core.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L1"}, {"id": "core_idnaerror", "label": "IDNAError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L14"}, {"id": "unicodeerror", "label": "UnicodeError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "core_idnabidierror", "label": "IDNABidiError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L20"}, {"id": "core_invalidcodepoint", "label": "InvalidCodepoint", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L26"}, {"id": "core_invalidcodepointcontext", "label": "InvalidCodepointContext", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L32"}, {"id": "core_combining_class", "label": "_combining_class()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L38"}, {"id": "core_is_script", "label": "_is_script()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L46"}, {"id": "core_punycode", "label": "_punycode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L50"}, {"id": "core_unot", "label": "_unot()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L54"}, {"id": "core_valid_label_length", "label": "valid_label_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L58"}, {"id": "core_valid_string_length", "label": "valid_string_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L64"}, {"id": "core_check_bidi", "label": "check_bidi()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L70"}, {"id": "core_check_initial_combiner", "label": "check_initial_combiner()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L140"}, {"id": "core_check_hyphen_ok", "label": "check_hyphen_ok()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L146"}, {"id": "core_check_nfc", "label": "check_nfc()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L154"}, {"id": "core_valid_contextj", "label": "valid_contextj()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L159"}, {"id": "core_valid_contexto", "label": "valid_contexto()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L203"}, {"id": "core_check_label", "label": "check_label()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L245"}, {"id": "core_alabel", "label": "alabel()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L284"}, {"id": "core_ulabel", "label": "ulabel()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L303"}, {"id": "core_uts46_remap", "label": "uts46_remap()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L332"}, {"id": "core_encode", "label": "encode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L366"}, {"id": "core_decode", "label": "decode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L405"}, {"id": "core_rationale_15", "label": "Base exception for all IDNA-encoding related problems", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L15"}, {"id": "core_rationale_21", "label": "Exception when bidirectional requirements are not satisfied", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L21"}, {"id": "core_rationale_27", "label": "Exception when a disallowed or unallocated codepoint is used", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L27"}, {"id": "core_rationale_33", "label": "Exception when the codepoint is not valid in the context it is used", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L33"}, {"id": "core_rationale_333", "label": "Re-map the characters in the string according to UTS46 processing.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L333"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "bisect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "unicodedata", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_intranges_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_idnaerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L14", "weight": 1.0}, {"source": "core_idnaerror", "target": "unicodeerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_idnabidierror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L20", "weight": 1.0}, {"source": "core_idnabidierror", "target": "core_idnaerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_invalidcodepoint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L26", "weight": 1.0}, {"source": "core_invalidcodepoint", "target": "core_idnaerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_invalidcodepointcontext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L32", "weight": 1.0}, {"source": "core_invalidcodepointcontext", "target": "core_idnaerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_combining_class", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_is_script", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_punycode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_unot", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_valid_label_length", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L58", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_valid_string_length", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L64", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_check_bidi", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_check_initial_combiner", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L140", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_check_hyphen_ok", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L146", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_check_nfc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L154", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_valid_contextj", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L159", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_valid_contexto", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L203", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_check_label", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L245", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_alabel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L284", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_ulabel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L303", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_uts46_remap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L332", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_encode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L366", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_idna_core_py", "target": "core_decode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L405", "weight": 1.0}, {"source": "core_punycode", "target": "core_encode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L51", "weight": 1.0}, {"source": "core_check_bidi", "target": "core_idnabidierror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L77", "weight": 1.0}, {"source": "core_check_initial_combiner", "target": "core_idnaerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L142", "weight": 1.0}, {"source": "core_check_hyphen_ok", "target": "core_idnaerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L148", "weight": 1.0}, {"source": "core_check_nfc", "target": "core_idnaerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L156", "weight": 1.0}, {"source": "core_valid_contextj", "target": "core_combining_class", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L164", "weight": 1.0}, {"source": "core_valid_contexto", "target": "core_is_script", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L214", "weight": 1.0}, {"source": "core_check_label", "target": "core_decode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L247", "weight": 1.0}, {"source": "core_check_label", "target": "core_idnaerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L249", "weight": 1.0}, {"source": "core_check_label", "target": "core_check_nfc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L251", "weight": 1.0}, {"source": "core_check_label", "target": "core_check_hyphen_ok", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L252", "weight": 1.0}, {"source": "core_check_label", "target": "core_check_initial_combiner", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L253", "weight": 1.0}, {"source": "core_check_label", "target": "core_valid_contextj", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L261", "weight": 1.0}, {"source": "core_check_label", "target": "core_invalidcodepointcontext", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L262", "weight": 1.0}, {"source": "core_check_label", "target": "core_unot", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L263", "weight": 1.0}, {"source": "core_check_label", "target": "core_valid_contexto", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L272", "weight": 1.0}, {"source": "core_check_label", "target": "core_invalidcodepoint", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L277", "weight": 1.0}, {"source": "core_check_label", "target": "core_check_bidi", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L281", "weight": 1.0}, {"source": "core_alabel", "target": "core_encode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L286", "weight": 1.0}, {"source": "core_alabel", "target": "core_ulabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L287", "weight": 1.0}, {"source": "core_alabel", "target": "core_valid_label_length", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L288", "weight": 1.0}, {"source": "core_alabel", "target": "core_idnaerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L289", "weight": 1.0}, {"source": "core_alabel", "target": "core_check_label", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L294", "weight": 1.0}, {"source": "core_alabel", "target": "core_punycode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L295", "weight": 1.0}, {"source": "core_ulabel", "target": "core_encode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L306", "weight": 1.0}, {"source": "core_ulabel", "target": "core_check_label", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L308", "weight": 1.0}, {"source": "core_ulabel", "target": "core_idnaerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L317", "weight": 1.0}, {"source": "core_ulabel", "target": "core_decode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L318", "weight": 1.0}, {"source": "core_uts46_remap", "target": "core_invalidcodepoint", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L359", "weight": 1.0}, {"source": "core_uts46_remap", "target": "core_unot", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L360", "weight": 1.0}, {"source": "core_encode", "target": "core_idnaerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L377", "weight": 1.0}, {"source": "core_encode", "target": "core_uts46_remap", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L379", "weight": 1.0}, {"source": "core_encode", "target": "core_alabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L392", "weight": 1.0}, {"source": "core_encode", "target": "core_valid_string_length", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L400", "weight": 1.0}, {"source": "core_decode", "target": "core_idnaerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L415", "weight": 1.0}, {"source": "core_decode", "target": "core_uts46_remap", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L417", "weight": 1.0}, {"source": "core_decode", "target": "core_ulabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L430", "weight": 1.0}, {"source": "core_rationale_15", "target": "core_idnaerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L15", "weight": 1.0}, {"source": "core_rationale_21", "target": "core_idnabidierror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L21", "weight": 1.0}, {"source": "core_rationale_27", "target": "core_invalidcodepoint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L27", "weight": 1.0}, {"source": "core_rationale_33", "target": "core_invalidcodepointcontext", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L33", "weight": 1.0}, {"source": "core_rationale_333", "target": "core_uts46_remap", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L333", "weight": 1.0}], "raw_calls": [{"caller_nid": "core_combining_class", "callee": "combining", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L39"}, {"caller_nid": "core_combining_class", "callee": "chr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L39"}, {"caller_nid": "core_combining_class", "callee": "name", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L41"}, {"caller_nid": "core_combining_class", "callee": "chr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L41"}, {"caller_nid": "core_combining_class", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L42"}, {"caller_nid": "core_is_script", "callee": "intranges_contain", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L47"}, {"caller_nid": "core_is_script", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L47"}, {"caller_nid": "core_unot", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L55"}, {"caller_nid": "core_valid_label_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L59"}, {"caller_nid": "core_valid_string_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L65"}, {"caller_nid": "core_check_bidi", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L73"}, {"caller_nid": "core_check_bidi", "callee": "bidirectional", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L74"}, {"caller_nid": "core_check_bidi", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L77"}, {"caller_nid": "core_check_bidi", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L77"}, {"caller_nid": "core_check_bidi", "callee": "bidirectional", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L84"}, {"caller_nid": "core_check_bidi", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L90"}, {"caller_nid": "core_check_bidi", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L90"}, {"caller_nid": "core_check_bidi", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L94"}, {"caller_nid": "core_check_bidi", "callee": "bidirectional", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L95"}, {"caller_nid": "core_check_bidi", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L111"}, {"caller_nid": "core_check_bidi", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L127"}, {"caller_nid": "core_check_initial_combiner", "callee": "category", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L141"}, {"caller_nid": "core_check_nfc", "callee": "normalize", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L155"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L160"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L164"}, {"caller_nid": "core_valid_contextj", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L168"}, {"caller_nid": "core_valid_contextj", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L169"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L169"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L170"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L172"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L172"}, {"caller_nid": "core_valid_contextj", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L182"}, {"caller_nid": "core_valid_contextj", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L182"}, {"caller_nid": "core_valid_contextj", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L183"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L183"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L184"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L186"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L186"}, {"caller_nid": "core_valid_contextj", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L195"}, {"caller_nid": "core_valid_contexto", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L204"}, {"caller_nid": "core_valid_contexto", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L207"}, {"caller_nid": "core_valid_contexto", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L208"}, {"caller_nid": "core_valid_contexto", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L208"}, {"caller_nid": "core_valid_contexto", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L213"}, {"caller_nid": "core_valid_contexto", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L213"}, {"caller_nid": "core_valid_contexto", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L232"}, {"caller_nid": "core_valid_contexto", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L238"}, {"caller_nid": "core_check_label", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L246"}, {"caller_nid": "core_check_label", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L248"}, {"caller_nid": "core_check_label", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L255"}, {"caller_nid": "core_check_label", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L256"}, {"caller_nid": "core_check_label", "callee": "intranges_contain", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L257"}, {"caller_nid": "core_check_label", "callee": "intranges_contain", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L259"}, {"caller_nid": "core_check_label", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L263"}, {"caller_nid": "core_check_label", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L263"}, {"caller_nid": "core_check_label", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L267"}, {"caller_nid": "core_check_label", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L268"}, {"caller_nid": "core_check_label", "callee": "intranges_contain", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L271"}, {"caller_nid": "core_check_label", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L274"}, {"caller_nid": "core_check_label", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L274"}, {"caller_nid": "core_check_label", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L278"}, {"caller_nid": "core_check_label", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L278"}, {"caller_nid": "core_ulabel", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L304"}, {"caller_nid": "core_ulabel", "callee": "bytes", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L311"}, {"caller_nid": "core_ulabel", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L313"}, {"caller_nid": "core_ulabel", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L314"}, {"caller_nid": "core_ulabel", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L315"}, {"caller_nid": "core_uts46_remap", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L338"}, {"caller_nid": "core_uts46_remap", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L339"}, {"caller_nid": "core_uts46_remap", "callee": "bisect_left", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L341"}, {"caller_nid": "core_uts46_remap", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L344"}, {"caller_nid": "core_uts46_remap", "callee": "IndexError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L357"}, {"caller_nid": "core_uts46_remap", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L360"}, {"caller_nid": "core_uts46_remap", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L360"}, {"caller_nid": "core_uts46_remap", "callee": "normalize", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L363"}, {"caller_nid": "core_encode", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L373"}, {"caller_nid": "core_encode", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L375"}, {"caller_nid": "core_encode", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L383"}, {"caller_nid": "core_encode", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L385"}, {"caller_nid": "core_encode", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L394"}, {"caller_nid": "core_encode", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L398"}, {"caller_nid": "core_encode", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L399"}, {"caller_nid": "core_decode", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L412"}, {"caller_nid": "core_decode", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L413"}, {"caller_nid": "core_decode", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L421"}, {"caller_nid": "core_decode", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L423"}, {"caller_nid": "core_decode", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L432"}, {"caller_nid": "core_decode", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L436"}, {"caller_nid": "core_decode", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py", "source_location": "L437"}]} |