Files
tfm_ainventory/graphify-out/cache/a1c410360f54c9a7f6ee13c4aa7015918b4a210d33ea1b8ba3950e19689a3049.json

1 line
37 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "label": "color.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L1"}, {"id": "color_rgba", "label": "RGBA", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L33"}, {"id": "color_rgba_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L38"}, {"id": "color_rgba_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L46"}, {"id": "color_color", "label": "Color", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L77"}, {"id": "color_color_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L82"}, {"id": "color_get_pydantic_json_schema", "label": "__get_pydantic_json_schema__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L101"}, {"id": "color_color_original", "label": ".original()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L108"}, {"id": "color_color_as_named", "label": ".as_named()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L112"}, {"id": "color_color_as_hex", "label": ".as_hex()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L138"}, {"id": "color_color_as_rgb", "label": ".as_rgb()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L156"}, {"id": "color_color_as_rgb_tuple", "label": ".as_rgb_tuple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L166"}, {"id": "color_color_as_hsl", "label": ".as_hsl()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L192"}, {"id": "color_color_as_hsl_tuple", "label": ".as_hsl_tuple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L201"}, {"id": "color_color_alpha_float", "label": "._alpha_float()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L230"}, {"id": "color_get_pydantic_core_schema", "label": "__get_pydantic_core_schema__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L234"}, {"id": "color_validate", "label": "_validate()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L242"}, {"id": "color_color_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L245"}, {"id": "color_color_repr_args", "label": ".__repr_args__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L248"}, {"id": "color_color_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L251"}, {"id": "color_color_hash", "label": ".__hash__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L254"}, {"id": "color_parse_tuple", "label": "parse_tuple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L258"}, {"id": "color_parse_str", "label": "parse_str()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L280"}, {"id": "color_ints_to_rgba", "label": "ints_to_rgba()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L339"}, {"id": "color_parse_color_value", "label": "parse_color_value()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L354"}, {"id": "color_parse_float_alpha", "label": "parse_float_alpha()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L381"}, {"id": "color_parse_hsl", "label": "parse_hsl()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L411"}, {"id": "color_float_to_255", "label": "float_to_255()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L439"}, {"id": "color_rationale_1", "label": "Color definitions are used as per the CSS3 [CSS Color Module Level 3](http://www", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L1"}, {"id": "color_rationale_34", "label": "Internal use only as a representation of a color.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L34"}, {"id": "color_rationale_109", "label": "Original value passed to `Color`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L109"}, {"id": "color_rationale_113", "label": "Returns the name of the color if it can be found in `COLORS_BY_VALUE` dictionary", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L113"}, {"id": "color_rationale_139", "label": "Returns the hexadecimal representation of the color. Hex string represe", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L139"}, {"id": "color_rationale_157", "label": "Color as an `rgb(<r>, <g>, <b>)` or `rgba(<r>, <g>, <b>, <a>)` string.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L157"}, {"id": "color_rationale_167", "label": "Returns the color as an RGB or RGBA tuple. Args: alpha: Whe", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L167"}, {"id": "color_rationale_193", "label": "Color as an `hsl(<h>, <s>, <l>)` or `hsl(<h>, <s>, <l>, <a>)` string.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L193"}, {"id": "color_rationale_202", "label": "Returns the color as an HSL or HSLA tuple. Args: alpha: Whe", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L202"}, {"id": "color_rationale_259", "label": "Parse a tuple or list to get RGBA values. Args: value: A tuple or l", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L259"}, {"id": "color_rationale_281", "label": "Parse a string representing a color to an RGBA tuple. Possible formats for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L281"}, {"id": "color_rationale_340", "label": "Converts integer or string values for RGB color and an optional alpha value to a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L340"}, {"id": "color_rationale_355", "label": "Parse the color value provided and return a number between 0 and 1. Args:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L355"}, {"id": "color_rationale_382", "label": "Parse an alpha value checking it's a valid float in the range 0 to 1. Args:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L382"}, {"id": "color_rationale_412", "label": "Parse raw hue, saturation, lightness, and alpha values and convert to RGBA.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L412"}, {"id": "color_rationale_440", "label": "Converts a float value between 0 and 1 (inclusive) to an integer between 0 and 2", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L440"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "math", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "colorsys", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "pydantic_core", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_internal_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_generation_shared_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_json_schema_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_warnings_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_rgba", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L33", "weight": 1.0}, {"source": "color_rgba", "target": "color_rgba_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L38", "weight": 1.0}, {"source": "color_rgba", "target": "color_rgba_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_color", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L77", "weight": 1.0}, {"source": "color_color", "target": "color_color_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_get_pydantic_json_schema", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L101", "weight": 1.0}, {"source": "color_color", "target": "color_color_original", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L108", "weight": 1.0}, {"source": "color_color", "target": "color_color_as_named", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L112", "weight": 1.0}, {"source": "color_color", "target": "color_color_as_hex", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L138", "weight": 1.0}, {"source": "color_color", "target": "color_color_as_rgb", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L156", "weight": 1.0}, {"source": "color_color", "target": "color_color_as_rgb_tuple", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L166", "weight": 1.0}, {"source": "color_color", "target": "color_color_as_hsl", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L192", "weight": 1.0}, {"source": "color_color", "target": "color_color_as_hsl_tuple", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L201", "weight": 1.0}, {"source": "color_color", "target": "color_color_alpha_float", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L230", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_get_pydantic_core_schema", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L234", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_validate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L242", "weight": 1.0}, {"source": "color_color", "target": "color_color_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L245", "weight": 1.0}, {"source": "color_color", "target": "color_color_repr_args", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L248", "weight": 1.0}, {"source": "color_color", "target": "color_color_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L251", "weight": 1.0}, {"source": "color_color", "target": "color_color_hash", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L254", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_parse_tuple", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L258", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_parse_str", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L280", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_ints_to_rgba", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L339", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_parse_color_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L354", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_parse_float_alpha", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L381", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_parse_hsl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L411", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "target": "color_float_to_255", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L439", "weight": 1.0}, {"source": "color_color_init", "target": "color_parse_tuple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L86", "weight": 1.0}, {"source": "color_color_init", "target": "color_parse_str", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L88", "weight": 1.0}, {"source": "color_color_as_named", "target": "color_color_as_rgb_tuple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L127", "weight": 1.0}, {"source": "color_color_as_named", "target": "color_color_as_hex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L132", "weight": 1.0}, {"source": "color_color_as_hex", "target": "color_float_to_255", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L147", "weight": 1.0}, {"source": "color_color_as_rgb", "target": "color_float_to_255", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L159", "weight": 1.0}, {"source": "color_color_as_rgb", "target": "color_color_alpha_float", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L163", "weight": 1.0}, {"source": "color_color_as_rgb_tuple", "target": "color_float_to_255", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L180", "weight": 1.0}, {"source": "color_color_as_rgb_tuple", "target": "color_color_alpha_float", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L185", "weight": 1.0}, {"source": "color_color_as_hsl", "target": "color_color_as_hsl_tuple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L195", "weight": 1.0}, {"source": "color_color_as_hsl_tuple", "target": "color_color_alpha_float", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L223", "weight": 1.0}, {"source": "color_color_str", "target": "color_color_as_named", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L246", "weight": 1.0}, {"source": "color_color_repr_args", "target": "color_color_as_named", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L249", "weight": 1.0}, {"source": "color_color_repr_args", "target": "color_color_as_rgb_tuple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L249", "weight": 1.0}, {"source": "color_color_eq", "target": "color_color_as_rgb_tuple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L252", "weight": 1.0}, {"source": "color_color_hash", "target": "color_color_as_rgb_tuple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L255", "weight": 1.0}, {"source": "color_parse_tuple", "target": "color_parse_color_value", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L271", "weight": 1.0}, {"source": "color_parse_tuple", "target": "color_rgba", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L272", "weight": 1.0}, {"source": "color_parse_tuple", "target": "color_parse_float_alpha", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L275", "weight": 1.0}, {"source": "color_parse_str", "target": "color_ints_to_rgba", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L306", "weight": 1.0}, {"source": "color_parse_str", "target": "color_parse_hsl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L334", "weight": 1.0}, {"source": "color_ints_to_rgba", "target": "color_rgba", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L351", "weight": 1.0}, {"source": "color_ints_to_rgba", "target": "color_parse_color_value", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L351", "weight": 1.0}, {"source": "color_ints_to_rgba", "target": "color_parse_float_alpha", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L351", "weight": 1.0}, {"source": "color_parse_hsl", "target": "color_parse_color_value", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L424", "weight": 1.0}, {"source": "color_parse_hsl", "target": "color_rgba", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L436", "weight": 1.0}, {"source": "color_parse_hsl", "target": "color_parse_float_alpha", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L436", "weight": 1.0}, {"source": "color_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pydantic_color_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L1", "weight": 1.0}, {"source": "color_rationale_34", "target": "color_rgba", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L34", "weight": 1.0}, {"source": "color_rationale_109", "target": "color_color_original", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L109", "weight": 1.0}, {"source": "color_rationale_113", "target": "color_color_as_named", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L113", "weight": 1.0}, {"source": "color_rationale_139", "target": "color_color_as_hex", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L139", "weight": 1.0}, {"source": "color_rationale_157", "target": "color_color_as_rgb", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L157", "weight": 1.0}, {"source": "color_rationale_167", "target": "color_color_as_rgb_tuple", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L167", "weight": 1.0}, {"source": "color_rationale_193", "target": "color_color_as_hsl", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L193", "weight": 1.0}, {"source": "color_rationale_202", "target": "color_color_as_hsl_tuple", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L202", "weight": 1.0}, {"source": "color_rationale_259", "target": "color_parse_tuple", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L259", "weight": 1.0}, {"source": "color_rationale_281", "target": "color_parse_str", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L281", "weight": 1.0}, {"source": "color_rationale_340", "target": "color_ints_to_rgba", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L340", "weight": 1.0}, {"source": "color_rationale_355", "target": "color_parse_color_value", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L355", "weight": 1.0}, {"source": "color_rationale_382", "target": "color_parse_float_alpha", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L382", "weight": 1.0}, {"source": "color_rationale_412", "target": "color_parse_hsl", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L412", "weight": 1.0}, {"source": "color_rationale_440", "target": "color_float_to_255", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L440", "weight": 1.0}], "raw_calls": [{"caller_nid": "color_color_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L85"}, {"caller_nid": "color_color_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L87"}, {"caller_nid": "color_color_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L89"}, {"caller_nid": "color_color_init", "callee": "PydanticCustomError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L93"}, {"caller_nid": "color_get_pydantic_json_schema", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L105"}, {"caller_nid": "color_color_as_named", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L127"}, {"caller_nid": "color_color_as_named", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L134"}, {"caller_nid": "color_color_as_hex", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L149"}, {"caller_nid": "color_color_as_hex", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L151"}, {"caller_nid": "color_color_as_hex", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L152"}, {"caller_nid": "color_color_as_hex", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L153"}, {"caller_nid": "color_color_as_hex", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L153"}, {"caller_nid": "color_color_as_hex", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L153"}, {"caller_nid": "color_color_as_rgb", "callee": "round", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L163"}, {"caller_nid": "color_color_as_hsl", "callee": "round", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L199"}, {"caller_nid": "color_color_as_hsl_tuple", "callee": "rgb_to_hls", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L218"}, {"caller_nid": "color_get_pydantic_core_schema", "callee": "with_info_plain_validator_function", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L237"}, {"caller_nid": "color_get_pydantic_core_schema", "callee": "to_string_ser_schema", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L238"}, {"caller_nid": "color_validate", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L243"}, {"caller_nid": "color_color_eq", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L252"}, {"caller_nid": "color_color_hash", "callee": "hash", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L255"}, {"caller_nid": "color_parse_tuple", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L270"}, {"caller_nid": "color_parse_tuple", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L273"}, {"caller_nid": "color_parse_tuple", "callee": "PydanticCustomError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L277"}, {"caller_nid": "color_parse_str", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L300"}, {"caller_nid": "color_parse_str", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L308"}, {"caller_nid": "color_parse_str", "callee": "groups", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L310"}, {"caller_nid": "color_parse_str", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L311"}, {"caller_nid": "color_parse_str", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L313"}, {"caller_nid": "color_parse_str", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L318"}, {"caller_nid": "color_parse_str", "callee": "groups", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L320"}, {"caller_nid": "color_parse_str", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L321"}, {"caller_nid": "color_parse_str", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L323"}, {"caller_nid": "color_parse_str", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L328"}, {"caller_nid": "color_parse_str", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L328"}, {"caller_nid": "color_parse_str", "callee": "groups", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L330"}, {"caller_nid": "color_parse_str", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L332"}, {"caller_nid": "color_parse_str", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L332"}, {"caller_nid": "color_parse_str", "callee": "groups", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L334"}, {"caller_nid": "color_parse_str", "callee": "PydanticCustomError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L336"}, {"caller_nid": "color_parse_color_value", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L368"}, {"caller_nid": "color_parse_color_value", "callee": "PydanticCustomError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L370"}, {"caller_nid": "color_parse_color_value", "callee": "PydanticCustomError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L374"}, {"caller_nid": "color_parse_float_alpha", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L396"}, {"caller_nid": "color_parse_float_alpha", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L396"}, {"caller_nid": "color_parse_float_alpha", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L397"}, {"caller_nid": "color_parse_float_alpha", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L399"}, {"caller_nid": "color_parse_float_alpha", "callee": "PydanticCustomError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L401"}, {"caller_nid": "color_parse_float_alpha", "callee": "isclose", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L403"}, {"caller_nid": "color_parse_float_alpha", "callee": "PydanticCustomError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L408"}, {"caller_nid": "color_parse_hsl", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L426"}, {"caller_nid": "color_parse_hsl", "callee": "hls_to_rgb", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L435"}, {"caller_nid": "color_float_to_255", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L451"}, {"caller_nid": "color_float_to_255", "callee": "round", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/color.py", "source_location": "L451"}]}