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

1 line
31 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "label": "ImageChops.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L1"}, {"id": "imagechops_constant", "label": "constant()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L23"}, {"id": "imagechops_duplicate", "label": "duplicate()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L32"}, {"id": "imagechops_invert", "label": "invert()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L41"}, {"id": "imagechops_lighter", "label": "lighter()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L54"}, {"id": "imagechops_darker", "label": "darker()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L69"}, {"id": "imagechops_difference", "label": "difference()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L84"}, {"id": "imagechops_multiply", "label": "multiply()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L99"}, {"id": "imagechops_screen", "label": "screen()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L116"}, {"id": "imagechops_soft_light", "label": "soft_light()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L130"}, {"id": "imagechops_hard_light", "label": "hard_light()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L142"}, {"id": "imagechops_overlay", "label": "overlay()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L154"}, {"id": "imagechops_add", "label": "add()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L166"}, {"id": "imagechops_subtract", "label": "subtract()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L183"}, {"id": "imagechops_add_modulo", "label": "add_modulo()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L200"}, {"id": "imagechops_subtract_modulo", "label": "subtract_modulo()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L213"}, {"id": "imagechops_logical_and", "label": "logical_and()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L226"}, {"id": "imagechops_logical_or", "label": "logical_or()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L244"}, {"id": "imagechops_logical_xor", "label": "logical_xor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L259"}, {"id": "imagechops_blend", "label": "blend()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L274"}, {"id": "imagechops_composite", "label": "composite()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L284"}, {"id": "imagechops_offset", "label": "offset()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L296"}, {"id": "imagechops_rationale_24", "label": "Fill a channel with a given gray level. :rtype: :py:class:`~PIL.Image.Image", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L24"}, {"id": "imagechops_rationale_33", "label": "Copy a channel. Alias for :py:meth:`PIL.Image.Image.copy`. :rtype: :py:clas", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L33"}, {"id": "imagechops_rationale_42", "label": "Invert an image (channel). :: out = MAX - image :rtype: :py:class:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L42"}, {"id": "imagechops_rationale_55", "label": "Compares the two images, pixel by pixel, and returns a new image containing", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L55"}, {"id": "imagechops_rationale_70", "label": "Compares the two images, pixel by pixel, and returns a new image containing", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L70"}, {"id": "imagechops_rationale_85", "label": "Returns the absolute value of the pixel-by-pixel difference between the two", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L85"}, {"id": "imagechops_rationale_100", "label": "Superimposes two images on top of each other. If you multiply an image with", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L100"}, {"id": "imagechops_rationale_117", "label": "Superimposes two inverted images on top of each other. :: out = MAX - (", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L117"}, {"id": "imagechops_rationale_131", "label": "Superimposes two images on top of each other using the Soft Light algorithm", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L131"}, {"id": "imagechops_rationale_143", "label": "Superimposes two images on top of each other using the Hard Light algorithm", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L143"}, {"id": "imagechops_rationale_155", "label": "Superimposes two images on top of each other using the Overlay algorithm :r", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L155"}, {"id": "imagechops_rationale_169", "label": "Adds two images, dividing the result by scale and adding the offset. If omit", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L169"}, {"id": "imagechops_rationale_186", "label": "Subtracts two images, dividing the result by scale and adding the offset. If", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L186"}, {"id": "imagechops_rationale_201", "label": "Add two images, without clipping the result. :: out = ((image1 + image2", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L201"}, {"id": "imagechops_rationale_214", "label": "Subtract two images, without clipping the result. :: out = ((image1 - i", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L214"}, {"id": "imagechops_rationale_227", "label": "Logical AND between two images. Both of the images must have mode \"1\". If y", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L227"}, {"id": "imagechops_rationale_245", "label": "Logical OR between two images. Both of the images must have mode \"1\". ::", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L245"}, {"id": "imagechops_rationale_260", "label": "Logical XOR between two images. Both of the images must have mode \"1\". ::", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L260"}, {"id": "imagechops_rationale_275", "label": "Blend images using constant transparency weight. Alias for :py:func:`PIL.Ima", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L275"}, {"id": "imagechops_rationale_287", "label": "Create composite using transparency mask. Alias for :py:func:`PIL.Image.comp", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L287"}, {"id": "imagechops_rationale_297", "label": "Returns a copy of the image where data has been offset by the given distance", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L297"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_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/ImageChops.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_constant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_duplicate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_invert", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_lighter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_darker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L69", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_difference", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L84", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_multiply", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L99", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_screen", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L116", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_soft_light", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L130", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_hard_light", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L142", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_overlay", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L154", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_add", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L166", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_subtract", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L183", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_add_modulo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L200", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_subtract_modulo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L213", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_logical_and", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L226", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_logical_or", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L244", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_logical_xor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L259", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_blend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L274", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_composite", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L284", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagechops_py", "target": "imagechops_offset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L296", "weight": 1.0}, {"source": "imagechops_rationale_24", "target": "imagechops_constant", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L24", "weight": 1.0}, {"source": "imagechops_rationale_33", "target": "imagechops_duplicate", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L33", "weight": 1.0}, {"source": "imagechops_rationale_42", "target": "imagechops_invert", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L42", "weight": 1.0}, {"source": "imagechops_rationale_55", "target": "imagechops_lighter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L55", "weight": 1.0}, {"source": "imagechops_rationale_70", "target": "imagechops_darker", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L70", "weight": 1.0}, {"source": "imagechops_rationale_85", "target": "imagechops_difference", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L85", "weight": 1.0}, {"source": "imagechops_rationale_100", "target": "imagechops_multiply", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L100", "weight": 1.0}, {"source": "imagechops_rationale_117", "target": "imagechops_screen", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L117", "weight": 1.0}, {"source": "imagechops_rationale_131", "target": "imagechops_soft_light", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L131", "weight": 1.0}, {"source": "imagechops_rationale_143", "target": "imagechops_hard_light", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L143", "weight": 1.0}, {"source": "imagechops_rationale_155", "target": "imagechops_overlay", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L155", "weight": 1.0}, {"source": "imagechops_rationale_169", "target": "imagechops_add", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L169", "weight": 1.0}, {"source": "imagechops_rationale_186", "target": "imagechops_subtract", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L186", "weight": 1.0}, {"source": "imagechops_rationale_201", "target": "imagechops_add_modulo", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L201", "weight": 1.0}, {"source": "imagechops_rationale_214", "target": "imagechops_subtract_modulo", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L214", "weight": 1.0}, {"source": "imagechops_rationale_227", "target": "imagechops_logical_and", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L227", "weight": 1.0}, {"source": "imagechops_rationale_245", "target": "imagechops_logical_or", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L245", "weight": 1.0}, {"source": "imagechops_rationale_260", "target": "imagechops_logical_xor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L260", "weight": 1.0}, {"source": "imagechops_rationale_275", "target": "imagechops_blend", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L275", "weight": 1.0}, {"source": "imagechops_rationale_287", "target": "imagechops_composite", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L287", "weight": 1.0}, {"source": "imagechops_rationale_297", "target": "imagechops_offset", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L297", "weight": 1.0}], "raw_calls": [{"caller_nid": "imagechops_constant", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L29"}, {"caller_nid": "imagechops_duplicate", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L38"}, {"caller_nid": "imagechops_invert", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L50"}, {"caller_nid": "imagechops_invert", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L51"}, {"caller_nid": "imagechops_invert", "callee": "chop_invert", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L51"}, {"caller_nid": "imagechops_lighter", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L64"}, {"caller_nid": "imagechops_lighter", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L65"}, {"caller_nid": "imagechops_lighter", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L66"}, {"caller_nid": "imagechops_lighter", "callee": "chop_lighter", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L66"}, {"caller_nid": "imagechops_darker", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L79"}, {"caller_nid": "imagechops_darker", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L80"}, {"caller_nid": "imagechops_darker", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L81"}, {"caller_nid": "imagechops_darker", "callee": "chop_darker", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L81"}, {"caller_nid": "imagechops_difference", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L94"}, {"caller_nid": "imagechops_difference", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L95"}, {"caller_nid": "imagechops_difference", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L96"}, {"caller_nid": "imagechops_difference", "callee": "chop_difference", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L96"}, {"caller_nid": "imagechops_multiply", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L111"}, {"caller_nid": "imagechops_multiply", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L112"}, {"caller_nid": "imagechops_multiply", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L113"}, {"caller_nid": "imagechops_multiply", "callee": "chop_multiply", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L113"}, {"caller_nid": "imagechops_screen", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L125"}, {"caller_nid": "imagechops_screen", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L126"}, {"caller_nid": "imagechops_screen", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L127"}, {"caller_nid": "imagechops_screen", "callee": "chop_screen", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L127"}, {"caller_nid": "imagechops_soft_light", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L137"}, {"caller_nid": "imagechops_soft_light", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L138"}, {"caller_nid": "imagechops_soft_light", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L139"}, {"caller_nid": "imagechops_soft_light", "callee": "chop_soft_light", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L139"}, {"caller_nid": "imagechops_hard_light", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L149"}, {"caller_nid": "imagechops_hard_light", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L150"}, {"caller_nid": "imagechops_hard_light", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L151"}, {"caller_nid": "imagechops_hard_light", "callee": "chop_hard_light", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L151"}, {"caller_nid": "imagechops_overlay", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L161"}, {"caller_nid": "imagechops_overlay", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L162"}, {"caller_nid": "imagechops_overlay", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L163"}, {"caller_nid": "imagechops_overlay", "callee": "chop_overlay", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L163"}, {"caller_nid": "imagechops_add", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L178"}, {"caller_nid": "imagechops_add", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L179"}, {"caller_nid": "imagechops_add", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L180"}, {"caller_nid": "imagechops_add", "callee": "chop_add", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L180"}, {"caller_nid": "imagechops_subtract", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L195"}, {"caller_nid": "imagechops_subtract", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L196"}, {"caller_nid": "imagechops_subtract", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L197"}, {"caller_nid": "imagechops_subtract", "callee": "chop_subtract", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L197"}, {"caller_nid": "imagechops_add_modulo", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L208"}, {"caller_nid": "imagechops_add_modulo", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L209"}, {"caller_nid": "imagechops_add_modulo", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L210"}, {"caller_nid": "imagechops_add_modulo", "callee": "chop_add_modulo", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L210"}, {"caller_nid": "imagechops_subtract_modulo", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L221"}, {"caller_nid": "imagechops_subtract_modulo", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L222"}, {"caller_nid": "imagechops_subtract_modulo", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L223"}, {"caller_nid": "imagechops_subtract_modulo", "callee": "chop_subtract_modulo", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L223"}, {"caller_nid": "imagechops_logical_and", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L239"}, {"caller_nid": "imagechops_logical_and", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L240"}, {"caller_nid": "imagechops_logical_and", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L241"}, {"caller_nid": "imagechops_logical_and", "callee": "chop_and", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L241"}, {"caller_nid": "imagechops_logical_or", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L254"}, {"caller_nid": "imagechops_logical_or", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L255"}, {"caller_nid": "imagechops_logical_or", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L256"}, {"caller_nid": "imagechops_logical_or", "callee": "chop_or", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L256"}, {"caller_nid": "imagechops_logical_xor", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L269"}, {"caller_nid": "imagechops_logical_xor", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L270"}, {"caller_nid": "imagechops_logical_xor", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L271"}, {"caller_nid": "imagechops_logical_xor", "callee": "chop_xor", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L271"}, {"caller_nid": "imagechops_offset", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L310"}, {"caller_nid": "imagechops_offset", "callee": "_new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageChops.py", "source_location": "L311"}]}