1 line
20 KiB
JSON
1 line
20 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_imagetk_py", "label": "ImageTk.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L1"}, {"id": "imagetk_get_image_from_kw", "label": "_get_image_from_kw()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L43"}, {"id": "imagetk_pyimagingtkcall", "label": "_pyimagingtkcall()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L54"}, {"id": "imagetk_photoimage", "label": "PhotoImage", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L73"}, {"id": "imagetk_photoimage_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L93"}, {"id": "imagetk_photoimage_del", "label": ".__del__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L134"}, {"id": "imagetk_photoimage_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L145"}, {"id": "imagetk_photoimage_width", "label": ".width()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L155"}, {"id": "imagetk_photoimage_height", "label": ".height()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L163"}, {"id": "imagetk_photoimage_paste", "label": ".paste()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L171"}, {"id": "imagetk_bitmapimage", "label": "BitmapImage", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L195"}, {"id": "imagetk_bitmapimage_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L209"}, {"id": "imagetk_bitmapimage_del", "label": ".__del__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L222"}, {"id": "imagetk_bitmapimage_width", "label": ".width()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L233"}, {"id": "imagetk_bitmapimage_height", "label": ".height()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L241"}, {"id": "imagetk_bitmapimage_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L249"}, {"id": "imagetk_getimage", "label": "getimage()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L260"}, {"id": "imagetk_rationale_74", "label": "A Tkinter-compatible photo image. This can be used everywhere Tkinter expec", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L74"}, {"id": "imagetk_rationale_146", "label": "Get the Tkinter photo image identifier. This method is automatically ca", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L146"}, {"id": "imagetk_rationale_156", "label": "Get the width of the image. :return: The width, in pixels.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L156"}, {"id": "imagetk_rationale_164", "label": "Get the height of the image. :return: The height, in pixels.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L164"}, {"id": "imagetk_rationale_172", "label": "Paste a PIL image into the photo image. Note that this can be very slow", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L172"}, {"id": "imagetk_rationale_196", "label": "A Tkinter-compatible bitmap image. This can be used everywhere Tkinter expe", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L196"}, {"id": "imagetk_rationale_234", "label": "Get the width of the image. :return: The width, in pixels.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L234"}, {"id": "imagetk_rationale_242", "label": "Get the height of the image. :return: The height, in pixels.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L242"}, {"id": "imagetk_rationale_250", "label": "Get the Tkinter bitmap image identifier. This method is automatically c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L250"}, {"id": "imagetk_rationale_261", "label": "Copies the contents of a PhotoImage to a PIL image memory.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L261"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_imagetk_py", "target": "tkinter", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetk_py", "target": "io", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetk_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetk_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/ImageTk.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetk_py", "target": "backend_venv_lib_python3_12_site_packages_pil_typing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetk_py", "target": "imagetk_get_image_from_kw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetk_py", "target": "imagetk_pyimagingtkcall", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetk_py", "target": "imagetk_photoimage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L73", "weight": 1.0}, {"source": "imagetk_photoimage", "target": "imagetk_photoimage_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L93", "weight": 1.0}, {"source": "imagetk_photoimage", "target": "imagetk_photoimage_del", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L134", "weight": 1.0}, {"source": "imagetk_photoimage", "target": "imagetk_photoimage_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L145", "weight": 1.0}, {"source": "imagetk_photoimage", "target": "imagetk_photoimage_width", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L155", "weight": 1.0}, {"source": "imagetk_photoimage", "target": "imagetk_photoimage_height", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L163", "weight": 1.0}, {"source": "imagetk_photoimage", "target": "imagetk_photoimage_paste", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L171", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetk_py", "target": "imagetk_bitmapimage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L195", "weight": 1.0}, {"source": "imagetk_bitmapimage", "target": "imagetk_bitmapimage_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L209", "weight": 1.0}, {"source": "imagetk_bitmapimage", "target": "imagetk_bitmapimage_del", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L222", "weight": 1.0}, {"source": "imagetk_bitmapimage", "target": "imagetk_bitmapimage_width", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L233", "weight": 1.0}, {"source": "imagetk_bitmapimage", "target": "imagetk_bitmapimage_height", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L241", "weight": 1.0}, {"source": "imagetk_bitmapimage", "target": "imagetk_bitmapimage_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L249", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetk_py", "target": "imagetk_getimage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L260", "weight": 1.0}, {"source": "imagetk_photoimage_init", "target": "imagetk_get_image_from_kw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L101", "weight": 1.0}, {"source": "imagetk_photoimage_init", "target": "imagetk_photoimage", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L129", "weight": 1.0}, {"source": "imagetk_photoimage_init", "target": "imagetk_photoimage_paste", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L132", "weight": 1.0}, {"source": "imagetk_photoimage_paste", "target": "imagetk_pyimagingtkcall", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L188", "weight": 1.0}, {"source": "imagetk_bitmapimage_init", "target": "imagetk_get_image_from_kw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L212", "weight": 1.0}, {"source": "imagetk_bitmapimage_init", "target": "imagetk_bitmapimage", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L220", "weight": 1.0}, {"source": "imagetk_getimage", "target": "imagetk_bitmapimage_width", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L262", "weight": 1.0}, {"source": "imagetk_getimage", "target": "imagetk_bitmapimage_height", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L262", "weight": 1.0}, {"source": "imagetk_getimage", "target": "imagetk_pyimagingtkcall", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L264", "weight": 1.0}, {"source": "imagetk_rationale_74", "target": "imagetk_photoimage", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L74", "weight": 1.0}, {"source": "imagetk_rationale_146", "target": "imagetk_photoimage_str", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L146", "weight": 1.0}, {"source": "imagetk_rationale_156", "target": "imagetk_photoimage_width", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L156", "weight": 1.0}, {"source": "imagetk_rationale_164", "target": "imagetk_photoimage_height", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L164", "weight": 1.0}, {"source": "imagetk_rationale_172", "target": "imagetk_photoimage_paste", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L172", "weight": 1.0}, {"source": "imagetk_rationale_196", "target": "imagetk_bitmapimage", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L196", "weight": 1.0}, {"source": "imagetk_rationale_234", "target": "imagetk_bitmapimage_width", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L234", "weight": 1.0}, {"source": "imagetk_rationale_242", "target": "imagetk_bitmapimage_height", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L242", "weight": 1.0}, {"source": "imagetk_rationale_250", "target": "imagetk_bitmapimage_str", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L250", "weight": 1.0}, {"source": "imagetk_rationale_261", "target": "imagetk_getimage", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L261", "weight": 1.0}], "raw_calls": [{"caller_nid": "imagetk_get_image_from_kw", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L46"}, {"caller_nid": "imagetk_get_image_from_kw", "callee": "BytesIO", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L48"}, {"caller_nid": "imagetk_get_image_from_kw", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L48"}, {"caller_nid": "imagetk_get_image_from_kw", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L51"}, {"caller_nid": "imagetk_pyimagingtkcall", "callee": "call", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L59"}, {"caller_nid": "imagetk_pyimagingtkcall", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L59"}, {"caller_nid": "imagetk_pyimagingtkcall", "callee": "tkinit", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L65"}, {"caller_nid": "imagetk_pyimagingtkcall", "callee": "interpaddr", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L65"}, {"caller_nid": "imagetk_pyimagingtkcall", "callee": "call", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L66"}, {"caller_nid": "imagetk_pyimagingtkcall", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L66"}, {"caller_nid": "imagetk_photoimage_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L105"}, {"caller_nid": "imagetk_photoimage_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L106"}, {"caller_nid": "imagetk_photoimage_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L112"}, {"caller_nid": "imagetk_photoimage_init", "callee": "apply_transparency", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L118"}, {"caller_nid": "imagetk_photoimage_init", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L119"}, {"caller_nid": "imagetk_photoimage_init", "callee": "getmodebase", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L125"}, {"caller_nid": "imagetk_photoimage_del", "callee": "call", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L141"}, {"caller_nid": "imagetk_photoimage_str", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L153"}, {"caller_nid": "imagetk_photoimage_paste", "callee": "getim", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L181"}, {"caller_nid": "imagetk_photoimage_paste", "callee": "isblock", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L183"}, {"caller_nid": "imagetk_photoimage_paste", "callee": "new_block", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L184"}, {"caller_nid": "imagetk_photoimage_paste", "callee": "convert2", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L185"}, {"caller_nid": "imagetk_bitmapimage_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L216"}, {"caller_nid": "imagetk_bitmapimage_init", "callee": "tobitmap", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L220"}, {"caller_nid": "imagetk_bitmapimage_del", "callee": "call", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L229"}, {"caller_nid": "imagetk_bitmapimage_str", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L257"}, {"caller_nid": "imagetk_getimage", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L262"}, {"caller_nid": "imagetk_getimage", "callee": "getim", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageTk.py", "source_location": "L264"}]} |