Files
tfm_ainventory/graphify-out/cache/63f5083c6fc0b302d798b29c6865c422948b33bce4913612d4e39cf18ac77cd6.json

1 line
28 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "label": "ImagePalette.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L1"}, {"id": "imagepalette_imagepalette", "label": "ImagePalette", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L31"}, {"id": "imagepalette_imagepalette_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L43"}, {"id": "imagepalette_palette", "label": "palette()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L54"}, {"id": "imagepalette_colors", "label": "colors()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L63"}, {"id": "imagepalette_imagepalette_copy", "label": ".copy()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L78"}, {"id": "imagepalette_imagepalette_getdata", "label": ".getdata()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L89"}, {"id": "imagepalette_imagepalette_tobytes", "label": ".tobytes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L100"}, {"id": "imagepalette_imagepalette_new_color_index", "label": "._new_color_index()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L116"}, {"id": "imagepalette_imagepalette_getcolor", "label": ".getcolor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L142"}, {"id": "imagepalette_imagepalette_save", "label": ".save()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L186"}, {"id": "imagepalette_raw", "label": "raw()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L216"}, {"id": "imagepalette_make_linear_lut", "label": "make_linear_lut()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L228"}, {"id": "imagepalette_make_gamma_lut", "label": "make_gamma_lut()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L236"}, {"id": "imagepalette_negative", "label": "negative()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L240"}, {"id": "imagepalette_random", "label": "random()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L246"}, {"id": "imagepalette_sepia", "label": "sepia()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L253"}, {"id": "imagepalette_wedge", "label": "wedge()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L258"}, {"id": "imagepalette_load", "label": "load()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L263"}, {"id": "imagepalette_rationale_32", "label": "Color palette for palette mapped images :param mode: The mode to use for th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L32"}, {"id": "imagepalette_rationale_90", "label": "Get palette contents in format suitable for the low-level ``im.putpalett", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L90"}, {"id": "imagepalette_rationale_101", "label": "Convert palette to bytes. .. warning:: This method is experimental.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L101"}, {"id": "imagepalette_rationale_147", "label": "Given an rgb tuple, allocate palette entry. .. warning:: This method is", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L147"}, {"id": "imagepalette_rationale_187", "label": "Save palette to text file. .. warning:: This method is experimental.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L187"}, {"id": "imagepalette_rationale_264", "label": "# FIXME: supports GIMP gradients only", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L264"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "array", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "backend_venv_lib_python3_12_site_packages_pil_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "backend_venv_lib_python3_12_site_packages_pil_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_imagepalette", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L31", "weight": 1.0}, {"source": "imagepalette_imagepalette", "target": "imagepalette_imagepalette_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_palette", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_palette", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L58", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_colors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L63", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_colors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L75", "weight": 1.0}, {"source": "imagepalette_imagepalette", "target": "imagepalette_imagepalette_copy", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L78", "weight": 1.0}, {"source": "imagepalette_imagepalette", "target": "imagepalette_imagepalette_getdata", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L89", "weight": 1.0}, {"source": "imagepalette_imagepalette", "target": "imagepalette_imagepalette_tobytes", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L100", "weight": 1.0}, {"source": "imagepalette_imagepalette", "target": "imagepalette_imagepalette_new_color_index", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L116", "weight": 1.0}, {"source": "imagepalette_imagepalette", "target": "imagepalette_imagepalette_getcolor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L142", "weight": 1.0}, {"source": "imagepalette_imagepalette", "target": "imagepalette_imagepalette_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L186", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_raw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L216", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_make_linear_lut", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L228", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_make_gamma_lut", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L236", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_negative", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L240", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_random", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L246", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_sepia", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L253", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_wedge", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L258", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "target": "imagepalette_load", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L263", "weight": 1.0}, {"source": "imagepalette_imagepalette_copy", "target": "imagepalette_imagepalette", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L79", "weight": 1.0}, {"source": "imagepalette_imagepalette_getdata", "target": "imagepalette_imagepalette_tobytes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L98", "weight": 1.0}, {"source": "imagepalette_imagepalette_getcolor", "target": "imagepalette_imagepalette_new_color_index", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L168", "weight": 1.0}, {"source": "imagepalette_raw", "target": "imagepalette_imagepalette", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L217", "weight": 1.0}, {"source": "imagepalette_negative", "target": "imagepalette_imagepalette", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L243", "weight": 1.0}, {"source": "imagepalette_random", "target": "imagepalette_imagepalette", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L250", "weight": 1.0}, {"source": "imagepalette_sepia", "target": "imagepalette_make_linear_lut", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L254", "weight": 1.0}, {"source": "imagepalette_sepia", "target": "imagepalette_imagepalette", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L255", "weight": 1.0}, {"source": "imagepalette_wedge", "target": "imagepalette_imagepalette", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L260", "weight": 1.0}, {"source": "imagepalette_rationale_32", "target": "imagepalette_imagepalette", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L32", "weight": 1.0}, {"source": "imagepalette_rationale_90", "target": "imagepalette_imagepalette_getdata", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L90", "weight": 1.0}, {"source": "imagepalette_rationale_101", "target": "imagepalette_imagepalette_tobytes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L101", "weight": 1.0}, {"source": "imagepalette_rationale_147", "target": "imagepalette_imagepalette_getcolor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L147", "weight": 1.0}, {"source": "imagepalette_rationale_187", "target": "imagepalette_imagepalette_save", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L187", "weight": 1.0}, {"source": "imagepalette_rationale_264", "target": "backend_venv_lib_python3_12_site_packages_pil_imagepalette_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L264", "weight": 1.0}], "raw_calls": [{"caller_nid": "imagepalette_imagepalette_init", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L50"}, {"caller_nid": "imagepalette_colors", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L65"}, {"caller_nid": "imagepalette_colors", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L67"}, {"caller_nid": "imagepalette_colors", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L67"}, {"caller_nid": "imagepalette_colors", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L68"}, {"caller_nid": "imagepalette_imagepalette_tobytes", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L107"}, {"caller_nid": "imagepalette_imagepalette_tobytes", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L108"}, {"caller_nid": "imagepalette_imagepalette_tobytes", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L110"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L119"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L120"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L121"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L121"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L125"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L126"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "reversed", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L133"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L133"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L133"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "histogram", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L133"}, {"caller_nid": "imagepalette_imagepalette_new_color_index", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L139"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L153"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L154"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L156"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L159"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L162"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L169"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L171"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L172"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "bytes", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L175"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "bytes", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L179"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L183"}, {"caller_nid": "imagepalette_imagepalette_getcolor", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L184"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L193"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L195"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L196"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L199"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L200"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L201"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L202"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L203"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L204"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L204"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L204"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L205"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L206"}, {"caller_nid": "imagepalette_imagepalette_save", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L209"}, {"caller_nid": "imagepalette_make_linear_lut", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L230"}, {"caller_nid": "imagepalette_make_linear_lut", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L230"}, {"caller_nid": "imagepalette_make_linear_lut", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L233"}, {"caller_nid": "imagepalette_make_gamma_lut", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L237"}, {"caller_nid": "imagepalette_make_gamma_lut", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L237"}, {"caller_nid": "imagepalette_negative", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L241"}, {"caller_nid": "imagepalette_negative", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L241"}, {"caller_nid": "imagepalette_negative", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L241"}, {"caller_nid": "imagepalette_negative", "callee": "reverse", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L242"}, {"caller_nid": "imagepalette_negative", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L243"}, {"caller_nid": "imagepalette_random", "callee": "randint", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L249"}, {"caller_nid": "imagepalette_random", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L249"}, {"caller_nid": "imagepalette_random", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L249"}, {"caller_nid": "imagepalette_sepia", "callee": "getrgb", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L254"}, {"caller_nid": "imagepalette_sepia", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L255"}, {"caller_nid": "imagepalette_wedge", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L259"}, {"caller_nid": "imagepalette_wedge", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L259"}, {"caller_nid": "imagepalette_wedge", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L259"}, {"caller_nid": "imagepalette_wedge", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L260"}, {"caller_nid": "imagepalette_load", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L266"}, {"caller_nid": "imagepalette_load", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L280"}, {"caller_nid": "imagepalette_load", "callee": "getpalette", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L281"}, {"caller_nid": "imagepalette_load", "callee": "paletteHandler", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L281"}, {"caller_nid": "imagepalette_load", "callee": "OSError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImagePalette.py", "source_location": "L288"}]}