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

1 line
26 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_imagemorph_py", "label": "ImageMorph.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L1"}, {"id": "imagemorph_lutbuilder", "label": "LutBuilder", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L29"}, {"id": "imagemorph_lutbuilder_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L65"}, {"id": "imagemorph_lutbuilder_add_patterns", "label": ".add_patterns()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L98"}, {"id": "imagemorph_lutbuilder_build_default_lut", "label": ".build_default_lut()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L106"}, {"id": "imagemorph_lutbuilder_get_lut", "label": ".get_lut()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L117"}, {"id": "imagemorph_lutbuilder_string_permute", "label": "._string_permute()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L123"}, {"id": "imagemorph_lutbuilder_pattern_permute", "label": "._pattern_permute()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L130"}, {"id": "imagemorph_lutbuilder_build_lut", "label": ".build_lut()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L162"}, {"id": "imagemorph_morphop", "label": "MorphOp", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L205"}, {"id": "imagemorph_morphop_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L208"}, {"id": "imagemorph_morphop_apply", "label": ".apply()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L230"}, {"id": "imagemorph_morphop_match", "label": ".match()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L250"}, {"id": "imagemorph_morphop_get_on_pixels", "label": ".get_on_pixels()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L269"}, {"id": "imagemorph_morphop_load_lut", "label": ".load_lut()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L283"}, {"id": "imagemorph_morphop_save_lut", "label": ".save_lut()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L298"}, {"id": "imagemorph_morphop_set_lut", "label": ".set_lut()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L311"}, {"id": "imagemorph_rationale_30", "label": "A class for building a MorphLut from a descriptive language The input patte", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L30"}, {"id": "imagemorph_rationale_68", "label": ":param patterns: A list of input patterns, or None. :param op_name: The", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L68"}, {"id": "imagemorph_rationale_99", "label": "Append to list of patterns. :param patterns: Additional patterns.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L99"}, {"id": "imagemorph_rationale_107", "label": "Set the current LUT, and return it. This is the default LUT that patter", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L107"}, {"id": "imagemorph_rationale_118", "label": "Returns the current LUT", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L118"}, {"id": "imagemorph_rationale_124", "label": "Takes a pattern and a permutation and returns the string permuted accord", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L124"}, {"id": "imagemorph_rationale_133", "label": "Takes a basic pattern and its result and clones the pattern according to", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L133"}, {"id": "imagemorph_rationale_163", "label": "Compile all patterns into a morphology LUT, and return it. This is the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L163"}, {"id": "imagemorph_rationale_206", "label": "A class for binary morphological operators", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L206"}, {"id": "imagemorph_rationale_214", "label": "Create a binary morphological operator. If the LUT is not provided, the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L214"}, {"id": "imagemorph_rationale_231", "label": "Run a single morphological operation on an image. Returns a tuple of th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L231"}, {"id": "imagemorph_rationale_251", "label": "Get a list of coordinates matching the morphological operation on an ima", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L251"}, {"id": "imagemorph_rationale_270", "label": "Get a list of all turned on pixels in a 1 or L mode image. Returns a li", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L270"}, {"id": "imagemorph_rationale_284", "label": "Load an operator from an mrl file :param filename: The file to read fro", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L284"}, {"id": "imagemorph_rationale_299", "label": "Save an operator to an mrl file. :param filename: The destination file.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L299"}, {"id": "imagemorph_rationale_312", "label": "Set the LUT from an external source :param lut: A new LUT.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L312"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_imagemorph_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagemorph_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/ImageMorph.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagemorph_py", "target": "imagemorph_lutbuilder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L29", "weight": 1.0}, {"source": "imagemorph_lutbuilder", "target": "imagemorph_lutbuilder_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L65", "weight": 1.0}, {"source": "imagemorph_lutbuilder", "target": "imagemorph_lutbuilder_add_patterns", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L98", "weight": 1.0}, {"source": "imagemorph_lutbuilder", "target": "imagemorph_lutbuilder_build_default_lut", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L106", "weight": 1.0}, {"source": "imagemorph_lutbuilder", "target": "imagemorph_lutbuilder_get_lut", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L117", "weight": 1.0}, {"source": "imagemorph_lutbuilder", "target": "imagemorph_lutbuilder_string_permute", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L123", "weight": 1.0}, {"source": "imagemorph_lutbuilder", "target": "imagemorph_lutbuilder_pattern_permute", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L130", "weight": 1.0}, {"source": "imagemorph_lutbuilder", "target": "imagemorph_lutbuilder_build_lut", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L162", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagemorph_py", "target": "imagemorph_morphop", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L205", "weight": 1.0}, {"source": "imagemorph_morphop", "target": "imagemorph_morphop_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L208", "weight": 1.0}, {"source": "imagemorph_morphop", "target": "imagemorph_morphop_apply", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L230", "weight": 1.0}, {"source": "imagemorph_morphop", "target": "imagemorph_morphop_match", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L250", "weight": 1.0}, {"source": "imagemorph_morphop", "target": "imagemorph_morphop_get_on_pixels", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L269", "weight": 1.0}, {"source": "imagemorph_morphop", "target": "imagemorph_morphop_load_lut", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L283", "weight": 1.0}, {"source": "imagemorph_morphop", "target": "imagemorph_morphop_save_lut", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L298", "weight": 1.0}, {"source": "imagemorph_morphop", "target": "imagemorph_morphop_set_lut", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L311", "weight": 1.0}, {"source": "imagemorph_lutbuilder_pattern_permute", "target": "imagemorph_lutbuilder_string_permute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L143", "weight": 1.0}, {"source": "imagemorph_lutbuilder_build_lut", "target": "imagemorph_lutbuilder_build_default_lut", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L166", "weight": 1.0}, {"source": "imagemorph_lutbuilder_build_lut", "target": "imagemorph_lutbuilder_pattern_permute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L183", "weight": 1.0}, {"source": "imagemorph_lutbuilder_build_lut", "target": "imagemorph_morphop_match", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L199", "weight": 1.0}, {"source": "imagemorph_morphop_init", "target": "imagemorph_lutbuilder_build_lut", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L228", "weight": 1.0}, {"source": "imagemorph_morphop_init", "target": "imagemorph_lutbuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L228", "weight": 1.0}, {"source": "imagemorph_rationale_30", "target": "imagemorph_lutbuilder", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L30", "weight": 1.0}, {"source": "imagemorph_rationale_68", "target": "imagemorph_lutbuilder_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L68", "weight": 1.0}, {"source": "imagemorph_rationale_99", "target": "imagemorph_lutbuilder_add_patterns", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L99", "weight": 1.0}, {"source": "imagemorph_rationale_107", "target": "imagemorph_lutbuilder_build_default_lut", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L107", "weight": 1.0}, {"source": "imagemorph_rationale_118", "target": "imagemorph_lutbuilder_get_lut", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L118", "weight": 1.0}, {"source": "imagemorph_rationale_124", "target": "imagemorph_lutbuilder_string_permute", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L124", "weight": 1.0}, {"source": "imagemorph_rationale_133", "target": "imagemorph_lutbuilder_pattern_permute", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L133", "weight": 1.0}, {"source": "imagemorph_rationale_163", "target": "imagemorph_lutbuilder_build_lut", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L163", "weight": 1.0}, {"source": "imagemorph_rationale_206", "target": "imagemorph_morphop", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L206", "weight": 1.0}, {"source": "imagemorph_rationale_214", "target": "imagemorph_morphop_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L214", "weight": 1.0}, {"source": "imagemorph_rationale_231", "target": "imagemorph_morphop_apply", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L231", "weight": 1.0}, {"source": "imagemorph_rationale_251", "target": "imagemorph_morphop_match", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L251", "weight": 1.0}, {"source": "imagemorph_rationale_270", "target": "imagemorph_morphop_get_on_pixels", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L270", "weight": 1.0}, {"source": "imagemorph_rationale_284", "target": "imagemorph_morphop_load_lut", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L284", "weight": 1.0}, {"source": "imagemorph_rationale_299", "target": "imagemorph_morphop_save_lut", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L299", "weight": 1.0}, {"source": "imagemorph_rationale_312", "target": "imagemorph_morphop_set_lut", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L312", "weight": 1.0}], "raw_calls": [{"caller_nid": "imagemorph_lutbuilder_init", "callee": "Exception", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L90"}, {"caller_nid": "imagemorph_lutbuilder_build_default_lut", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L114"}, {"caller_nid": "imagemorph_lutbuilder_build_default_lut", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L114"}, {"caller_nid": "imagemorph_lutbuilder_string_permute", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L127"}, {"caller_nid": "imagemorph_lutbuilder_string_permute", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L128"}, {"caller_nid": "imagemorph_lutbuilder_pattern_permute", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L141"}, {"caller_nid": "imagemorph_lutbuilder_pattern_permute", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L142"}, {"caller_nid": "imagemorph_lutbuilder_pattern_permute", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L147"}, {"caller_nid": "imagemorph_lutbuilder_pattern_permute", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L149"}, {"caller_nid": "imagemorph_lutbuilder_pattern_permute", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L153"}, {"caller_nid": "imagemorph_lutbuilder_pattern_permute", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L156"}, {"caller_nid": "imagemorph_lutbuilder_pattern_permute", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L156"}, {"caller_nid": "imagemorph_lutbuilder_pattern_permute", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L156"}, {"caller_nid": "imagemorph_lutbuilder_pattern_permute", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L157"}, {"caller_nid": "imagemorph_lutbuilder_pattern_permute", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L158"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L172"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L172"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "Exception", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L175"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L176"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L177"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L178"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L178"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L181"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L181"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L188"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L188"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L189"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L189"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L193"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "bin", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L195"}, {"caller_nid": "imagemorph_lutbuilder_build_lut", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L196"}, {"caller_nid": "imagemorph_morphop_apply", "callee": "Exception", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L241"}, {"caller_nid": "imagemorph_morphop_apply", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L245"}, {"caller_nid": "imagemorph_morphop_apply", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L246"}, {"caller_nid": "imagemorph_morphop_apply", "callee": "bytes", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L247"}, {"caller_nid": "imagemorph_morphop_apply", "callee": "getim", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L247"}, {"caller_nid": "imagemorph_morphop_apply", "callee": "getim", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L247"}, {"caller_nid": "imagemorph_morphop_match", "callee": "Exception", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L262"}, {"caller_nid": "imagemorph_morphop_match", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L266"}, {"caller_nid": "imagemorph_morphop_match", "callee": "bytes", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L267"}, {"caller_nid": "imagemorph_morphop_match", "callee": "getim", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L267"}, {"caller_nid": "imagemorph_morphop_get_on_pixels", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L280"}, {"caller_nid": "imagemorph_morphop_get_on_pixels", "callee": "getim", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L281"}, {"caller_nid": "imagemorph_morphop_load_lut", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L290"}, {"caller_nid": "imagemorph_morphop_load_lut", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L291"}, {"caller_nid": "imagemorph_morphop_load_lut", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L291"}, {"caller_nid": "imagemorph_morphop_load_lut", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L293"}, {"caller_nid": "imagemorph_morphop_load_lut", "callee": "Exception", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L296"}, {"caller_nid": "imagemorph_morphop_save_lut", "callee": "Exception", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L307"}, {"caller_nid": "imagemorph_morphop_save_lut", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L308"}, {"caller_nid": "imagemorph_morphop_save_lut", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageMorph.py", "source_location": "L309"}]}