Files
tfm_ainventory/graphify-out/cache/19d139d6733ff8d6195fa54a59c774486d3eb9afdcdf3109b0969da491fc27dc.json

1 line
30 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "label": "IcoImagePlugin.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L1"}, {"id": "icoimageplugin_save", "label": "_save()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L57"}, {"id": "icoimageplugin_accept", "label": "_accept()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L134"}, {"id": "icoimageplugin_iconheader", "label": "IconHeader", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L138"}, {"id": "namedtuple", "label": "NamedTuple", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "icoimageplugin_icofile", "label": "IcoFile", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L152"}, {"id": "icoimageplugin_icofile_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L153"}, {"id": "icoimageplugin_icofile_sizes", "label": ".sizes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L203"}, {"id": "icoimageplugin_icofile_getentryindex", "label": ".getentryindex()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L209"}, {"id": "icoimageplugin_icofile_getimage", "label": ".getimage()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L215"}, {"id": "icoimageplugin_icofile_frame", "label": ".frame()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L221"}, {"id": "icoimageplugin_icoimagefile", "label": "IcoImageFile", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L318"}, {"id": "icoimageplugin_icoimagefile_open", "label": "._open()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L342"}, {"id": "icoimageplugin_size", "label": "size()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L350"}, {"id": "icoimageplugin_icoimagefile_load", "label": ".load()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L360"}, {"id": "icoimageplugin_icoimagefile_load_seek", "label": ".load_seek()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L382"}, {"id": "icoimageplugin_rationale_154", "label": "Parse image from file-like object containing ico file data", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L154"}, {"id": "icoimageplugin_rationale_204", "label": "Get a set of all available icon sizes and color depths.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L204"}, {"id": "icoimageplugin_rationale_216", "label": "Get an image from the icon", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L216"}, {"id": "icoimageplugin_rationale_222", "label": "Get an image from frame idx", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L222"}, {"id": "icoimageplugin_rationale_319", "label": "PIL read-only image support for Microsoft Windows .ico files. By default th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L319"}, {"id": "icoimageplugin_rationale_89", "label": "# TODO: invent a more convenient method for proportional scalings", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L89"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "io", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "math", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_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/IcoImagePlugin.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "backend_venv_lib_python3_12_site_packages_pil_binary_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "backend_venv_lib_python3_12_site_packages_pil_binary_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "backend_venv_lib_python3_12_site_packages_pil_binary_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "backend_venv_lib_python3_12_site_packages_pil_binary_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L48", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "backend_venv_lib_python3_12_site_packages_pil_binary_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "icoimageplugin_save", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L57", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "icoimageplugin_accept", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L134", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "icoimageplugin_iconheader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L138", "weight": 1.0}, {"source": "icoimageplugin_iconheader", "target": "namedtuple", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L138", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "icoimageplugin_icofile", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L152", "weight": 1.0}, {"source": "icoimageplugin_icofile", "target": "icoimageplugin_icofile_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L153", "weight": 1.0}, {"source": "icoimageplugin_icofile", "target": "icoimageplugin_icofile_sizes", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L203", "weight": 1.0}, {"source": "icoimageplugin_icofile", "target": "icoimageplugin_icofile_getentryindex", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L209", "weight": 1.0}, {"source": "icoimageplugin_icofile", "target": "icoimageplugin_icofile_getimage", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L215", "weight": 1.0}, {"source": "icoimageplugin_icofile", "target": "icoimageplugin_icofile_frame", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L221", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "icoimageplugin_icoimagefile", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L318", "weight": 1.0}, {"source": "icoimageplugin_icoimagefile", "target": "icoimageplugin_icoimagefile_open", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L342", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "icoimageplugin_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L350", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "target": "icoimageplugin_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L354", "weight": 1.0}, {"source": "icoimageplugin_icoimagefile", "target": "icoimageplugin_icoimagefile_load", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L360", "weight": 1.0}, {"source": "icoimageplugin_icoimagefile", "target": "icoimageplugin_icoimagefile_load_seek", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L382", "weight": 1.0}, {"source": "icoimageplugin_icofile_init", "target": "icoimageplugin_accept", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L160", "weight": 1.0}, {"source": "icoimageplugin_icofile_init", "target": "icoimageplugin_iconheader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L181", "weight": 1.0}, {"source": "icoimageplugin_icofile_getimage", "target": "icoimageplugin_icofile_frame", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L219", "weight": 1.0}, {"source": "icoimageplugin_icofile_getimage", "target": "icoimageplugin_icofile_getentryindex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L219", "weight": 1.0}, {"source": "icoimageplugin_icoimagefile_open", "target": "icoimageplugin_icofile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L344", "weight": 1.0}, {"source": "icoimageplugin_icoimagefile_open", "target": "icoimageplugin_icofile_sizes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L345", "weight": 1.0}, {"source": "icoimageplugin_icoimagefile_open", "target": "icoimageplugin_icoimagefile_load", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L347", "weight": 1.0}, {"source": "icoimageplugin_icoimagefile_load", "target": "icoimageplugin_icofile_getimage", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L364", "weight": 1.0}, {"source": "icoimageplugin_icoimagefile_load", "target": "icoimageplugin_icofile_getentryindex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L374", "weight": 1.0}, {"source": "icoimageplugin_rationale_154", "target": "icoimageplugin_icofile_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L154", "weight": 1.0}, {"source": "icoimageplugin_rationale_204", "target": "icoimageplugin_icofile_sizes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L204", "weight": 1.0}, {"source": "icoimageplugin_rationale_216", "target": "icoimageplugin_icofile_getimage", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L216", "weight": 1.0}, {"source": "icoimageplugin_rationale_222", "target": "icoimageplugin_icofile_frame", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L222", "weight": 1.0}, {"source": "icoimageplugin_rationale_319", "target": "icoimageplugin_icoimagefile", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L319", "weight": 1.0}, {"source": "icoimageplugin_rationale_89", "target": "backend_venv_lib_python3_12_site_packages_pil_icoimageplugin_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L89", "weight": 1.0}], "raw_calls": [{"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L58"}, {"caller_nid": "icoimageplugin_save", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L59"}, {"caller_nid": "icoimageplugin_save", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L60"}, {"caller_nid": "icoimageplugin_save", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L65"}, {"caller_nid": "icoimageplugin_save", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L67"}, {"caller_nid": "icoimageplugin_save", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L67"}, {"caller_nid": "icoimageplugin_save", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L74"}, {"caller_nid": "icoimageplugin_save", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L85"}, {"caller_nid": "icoimageplugin_save", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L86"}, {"caller_nid": "icoimageplugin_save", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L90"}, {"caller_nid": "icoimageplugin_save", "callee": "thumbnail", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L91"}, {"caller_nid": "icoimageplugin_save", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L92"}, {"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L93"}, {"caller_nid": "icoimageplugin_save", "callee": "o16", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L93"}, {"caller_nid": "icoimageplugin_save", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L93"}, {"caller_nid": "icoimageplugin_save", "callee": "tell", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L94"}, {"caller_nid": "icoimageplugin_save", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L94"}, {"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L98"}, {"caller_nid": "icoimageplugin_save", "callee": "o8", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L98"}, {"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L99"}, {"caller_nid": "icoimageplugin_save", "callee": "o8", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L99"}, {"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L102"}, {"caller_nid": "icoimageplugin_save", "callee": "o8", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L102"}, {"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L103"}, {"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L104"}, {"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L105"}, {"caller_nid": "icoimageplugin_save", "callee": "o16", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L105"}, {"caller_nid": "icoimageplugin_save", "callee": "BytesIO", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L107"}, {"caller_nid": "icoimageplugin_save", "callee": "save", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L109"}, {"caller_nid": "icoimageplugin_save", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L112"}, {"caller_nid": "icoimageplugin_save", "callee": "_Tile", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L116"}, {"caller_nid": "icoimageplugin_save", "callee": "save", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L119"}, {"caller_nid": "icoimageplugin_save", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L120"}, {"caller_nid": "icoimageplugin_save", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L121"}, {"caller_nid": "icoimageplugin_save", "callee": "o32", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L123"}, {"caller_nid": "icoimageplugin_save", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L124"}, {"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L125"}, {"caller_nid": "icoimageplugin_save", "callee": "o32", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L125"}, {"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L126"}, {"caller_nid": "icoimageplugin_save", "callee": "o32", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L126"}, {"caller_nid": "icoimageplugin_save", "callee": "tell", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L127"}, {"caller_nid": "icoimageplugin_save", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L128"}, {"caller_nid": "icoimageplugin_save", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L129"}, {"caller_nid": "icoimageplugin_save", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L131"}, {"caller_nid": "icoimageplugin_accept", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L135"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L159"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "SyntaxError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L162"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "i16", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L168"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L171"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L172"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "i16", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L180"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "i16", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L186"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "i16", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L187"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "i32", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L188"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "i32", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L189"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "ceil", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L194"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L194"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L197"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L199"}, {"caller_nid": "icoimageplugin_icofile_init", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L201"}, {"caller_nid": "icoimageplugin_icofile_getentryindex", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L210"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L228"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L229"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L230"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "PngImageFile", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L235"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "_decompression_bomb_check", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L236"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "DibImageFile", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L239"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "_decompression_bomb_check", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L240"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L243"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "_Tile", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L245"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L255"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L257"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "frombuffer", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L261"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L283"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L286"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L287"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "frombuffer", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L291"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L296"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "convert", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L308"}, {"caller_nid": "icoimageplugin_icofile_frame", "callee": "putalpha", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L309"}, {"caller_nid": "icoimageplugin_size", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L357"}, {"caller_nid": "icoimageplugin_icoimagefile_load", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L372"}, {"caller_nid": "icoimageplugin_icoimagefile_load", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L375"}, {"caller_nid": "icoimageplugin_icoimagefile_load", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/IcoImagePlugin.py", "source_location": "L377"}]}