1 line
28 KiB
JSON
1 line
28 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "label": "cd.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L1"}, {"id": "cd_encoding_unicode_range", "label": "encoding_unicode_range()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L29"}, {"id": "cd_unicode_range_languages", "label": "unicode_range_languages()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L68"}, {"id": "cd_encoding_languages", "label": "encoding_languages()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L84"}, {"id": "cd_mb_encoding_languages", "label": "mb_encoding_languages()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L104"}, {"id": "cd_get_target_features", "label": "get_target_features()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L125"}, {"id": "cd_alphabet_languages", "label": "alphabet_languages()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L141"}, {"id": "cd_characters_popularity_compare", "label": "characters_popularity_compare()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L175"}, {"id": "cd_alpha_unicode_split", "label": "alpha_unicode_split()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L276"}, {"id": "cd_merge_coherence_ratios", "label": "merge_coherence_ratios()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L350"}, {"id": "cd_filter_alt_coherence_matches", "label": "filter_alt_coherence_matches()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L378"}, {"id": "cd_coherence_ratio", "label": "coherence_ratio()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L406"}, {"id": "cd_rationale_30", "label": "Return associated unicode ranges in a single byte code page.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L30"}, {"id": "cd_rationale_69", "label": "Return inferred languages used with a unicode range.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L69"}, {"id": "cd_rationale_85", "label": "Single-byte encoding language association. Some code page are heavily linked to", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L85"}, {"id": "cd_rationale_105", "label": "Multi-byte encoding language association. Some code page are heavily linked to p", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L105"}, {"id": "cd_rationale_126", "label": "Determine main aspects from a supported language if it contains accents and if i", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L126"}, {"id": "cd_rationale_144", "label": "Return associated languages associated to given characters.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L144"}, {"id": "cd_rationale_178", "label": "Determine if a ordered characters list (by occurrence from most appearance to ra", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L178"}, {"id": "cd_rationale_277", "label": "Given a decoded text sequence, return a list of str. Unicode range / alphabet se", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L277"}, {"id": "cd_rationale_351", "label": "This function merge results previously given by the function coherence_ratio.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L351"}, {"id": "cd_rationale_379", "label": "We shall NOT return \"English\u2014\" in CoherenceMatches because it is an alternative", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L379"}, {"id": "cd_rationale_409", "label": "Detect ANY language that can be identified in given sequence. The sequence will", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L409"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "importlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "codecs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "collections", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "backend_venv_lib_python3_12_site_packages_charset_normalizer_constant_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "backend_venv_lib_python3_12_site_packages_charset_normalizer_md_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "backend_venv_lib_python3_12_site_packages_charset_normalizer_models_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "backend_venv_lib_python3_12_site_packages_charset_normalizer_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_encoding_unicode_range", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_unicode_range_languages", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L68", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_encoding_languages", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L84", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_mb_encoding_languages", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L104", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_get_target_features", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L125", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_alphabet_languages", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L141", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_characters_popularity_compare", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L175", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_alpha_unicode_split", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L276", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_merge_coherence_ratios", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L350", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_filter_alt_coherence_matches", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L378", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_charset_normalizer_cd_py", "target": "cd_coherence_ratio", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L406", "weight": 1.0}, {"source": "cd_encoding_languages", "target": "cd_encoding_unicode_range", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L89", "weight": 1.0}, {"source": "cd_encoding_languages", "target": "cd_unicode_range_languages", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L100", "weight": 1.0}, {"source": "cd_alphabet_languages", "target": "cd_get_target_features", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L153", "weight": 1.0}, {"source": "cd_coherence_ratio", "target": "cd_alpha_unicode_split", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L424", "weight": 1.0}, {"source": "cd_coherence_ratio", "target": "cd_alphabet_languages", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L435", "weight": 1.0}, {"source": "cd_coherence_ratio", "target": "cd_characters_popularity_compare", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L438", "weight": 1.0}, {"source": "cd_coherence_ratio", "target": "cd_filter_alt_coherence_matches", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L453", "weight": 1.0}, {"source": "cd_rationale_30", "target": "cd_encoding_unicode_range", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L30", "weight": 1.0}, {"source": "cd_rationale_69", "target": "cd_unicode_range_languages", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L69", "weight": 1.0}, {"source": "cd_rationale_85", "target": "cd_encoding_languages", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L85", "weight": 1.0}, {"source": "cd_rationale_105", "target": "cd_mb_encoding_languages", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L105", "weight": 1.0}, {"source": "cd_rationale_126", "target": "cd_get_target_features", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L126", "weight": 1.0}, {"source": "cd_rationale_144", "target": "cd_alphabet_languages", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L144", "weight": 1.0}, {"source": "cd_rationale_178", "target": "cd_characters_popularity_compare", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L178", "weight": 1.0}, {"source": "cd_rationale_277", "target": "cd_alpha_unicode_split", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L277", "weight": 1.0}, {"source": "cd_rationale_351", "target": "cd_merge_coherence_ratios", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L351", "weight": 1.0}, {"source": "cd_rationale_379", "target": "cd_filter_alt_coherence_matches", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L379", "weight": 1.0}, {"source": "cd_rationale_409", "target": "cd_coherence_ratio", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L409", "weight": 1.0}], "raw_calls": [{"caller_nid": "cd_encoding_unicode_range", "callee": "is_multi_byte_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L33"}, {"caller_nid": "cd_encoding_unicode_range", "callee": "OSError", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L34"}, {"caller_nid": "cd_encoding_unicode_range", "callee": "import_module", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L38"}, {"caller_nid": "cd_encoding_unicode_range", "callee": "decoder", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L40"}, {"caller_nid": "cd_encoding_unicode_range", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L44"}, {"caller_nid": "cd_encoding_unicode_range", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L45"}, {"caller_nid": "cd_encoding_unicode_range", "callee": "bytes", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L45"}, {"caller_nid": "cd_encoding_unicode_range", "callee": "unicode_range", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L48"}, {"caller_nid": "cd_encoding_unicode_range", "callee": "is_unicode_range_secondary", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L53"}, {"caller_nid": "cd_encoding_unicode_range", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L59"}, {"caller_nid": "cd_unicode_range_languages", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L74"}, {"caller_nid": "cd_unicode_range_languages", "callee": "unicode_range", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L76"}, {"caller_nid": "cd_unicode_range_languages", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L77"}, {"caller_nid": "cd_mb_encoding_languages", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L110"}, {"caller_nid": "cd_mb_encoding_languages", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L111"}, {"caller_nid": "cd_mb_encoding_languages", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L112"}, {"caller_nid": "cd_mb_encoding_languages", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L116"}, {"caller_nid": "cd_mb_encoding_languages", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L118"}, {"caller_nid": "cd_get_target_features", "callee": "is_accentuated", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L133"}, {"caller_nid": "cd_get_target_features", "callee": "is_latin", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L135"}, {"caller_nid": "cd_alphabet_languages", "callee": "frozenset", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L149"}, {"caller_nid": "cd_alphabet_languages", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L150"}, {"caller_nid": "cd_alphabet_languages", "callee": "is_accentuated", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L150"}, {"caller_nid": "cd_alphabet_languages", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L152"}, {"caller_nid": "cd_alphabet_languages", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L161"}, {"caller_nid": "cd_alphabet_languages", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L163"}, {"caller_nid": "cd_alphabet_languages", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L168"}, {"caller_nid": "cd_alphabet_languages", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L170"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L184"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L190"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L191"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L201"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L207"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L213"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L217"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L218"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L224"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "abs", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L228"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "abs", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L234"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L246"}, {"caller_nid": "cd_characters_popularity_compare", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L273"}, {"caller_nid": "cd_alpha_unicode_split", "callee": "isalpha", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L294"}, {"caller_nid": "cd_alpha_unicode_split", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L299"}, {"caller_nid": "cd_alpha_unicode_split", "callee": "unicode_range", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L303"}, {"caller_nid": "cd_alpha_unicode_split", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L311"}, {"caller_nid": "cd_alpha_unicode_split", "callee": "is_suspiciously_successive_range", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L319"}, {"caller_nid": "cd_alpha_unicode_split", "callee": "is_suspiciously_successive_range", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L326"}, {"caller_nid": "cd_alpha_unicode_split", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L341"}, {"caller_nid": "cd_alpha_unicode_split", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L347"}, {"caller_nid": "cd_alpha_unicode_split", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L347"}, {"caller_nid": "cd_alpha_unicode_split", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L347"}, {"caller_nid": "cd_merge_coherence_ratios", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L362"}, {"caller_nid": "cd_merge_coherence_ratios", "callee": "round", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L367"}, {"caller_nid": "cd_merge_coherence_ratios", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L368"}, {"caller_nid": "cd_merge_coherence_ratios", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L368"}, {"caller_nid": "cd_merge_coherence_ratios", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L375"}, {"caller_nid": "cd_filter_alt_coherence_matches", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L383"}, {"caller_nid": "cd_filter_alt_coherence_matches", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L387"}, {"caller_nid": "cd_filter_alt_coherence_matches", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L392"}, {"caller_nid": "cd_filter_alt_coherence_matches", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L394"}, {"caller_nid": "cd_filter_alt_coherence_matches", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L394"}, {"caller_nid": "cd_filter_alt_coherence_matches", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L398"}, {"caller_nid": "cd_filter_alt_coherence_matches", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L398"}, {"caller_nid": "cd_coherence_ratio", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L419"}, {"caller_nid": "cd_coherence_ratio", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L422"}, {"caller_nid": "cd_coherence_ratio", "callee": "Counter", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L425"}, {"caller_nid": "cd_coherence_ratio", "callee": "most_common", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L426"}, {"caller_nid": "cd_coherence_ratio", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L428"}, {"caller_nid": "cd_coherence_ratio", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L447"}, {"caller_nid": "cd_coherence_ratio", "callee": "round", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L447"}, {"caller_nid": "cd_coherence_ratio", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/charset_normalizer/cd.py", "source_location": "L452"}]} |