1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_imageenhance_py", "label": "ImageEnhance.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L1"}, {"id": "imageenhance_enhance", "label": "_Enhance", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L25"}, {"id": "imageenhance_enhance_enhance", "label": ".enhance()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L29"}, {"id": "imageenhance_color", "label": "Color", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L43"}, {"id": "imageenhance_color_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L52"}, {"id": "imageenhance_contrast", "label": "Contrast", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L63"}, {"id": "imageenhance_contrast_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L71"}, {"id": "imageenhance_brightness", "label": "Brightness", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L84"}, {"id": "imageenhance_brightness_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L92"}, {"id": "imageenhance_sharpness", "label": "Sharpness", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L100"}, {"id": "imageenhance_sharpness_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L108"}, {"id": "imageenhance_rationale_30", "label": "Returns an enhanced image. :param factor: A floating point value contro", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L30"}, {"id": "imageenhance_rationale_44", "label": "Adjust image color balance. This class can be used to adjust the colour bal", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L44"}, {"id": "imageenhance_rationale_64", "label": "Adjust image contrast. This class can be used to control the contrast of an", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L64"}, {"id": "imageenhance_rationale_85", "label": "Adjust image brightness. This class can be used to control the brightness o", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L85"}, {"id": "imageenhance_rationale_101", "label": "Adjust image sharpness. This class can be used to adjust the sharpness of a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L101"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_imageenhance_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/ImageEnhance.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imageenhance_py", "target": "imageenhance_enhance", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L25", "weight": 1.0}, {"source": "imageenhance_enhance", "target": "imageenhance_enhance_enhance", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imageenhance_py", "target": "imageenhance_color", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L43", "weight": 1.0}, {"source": "imageenhance_color", "target": "imageenhance_enhance", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L43", "weight": 1.0}, {"source": "imageenhance_color", "target": "imageenhance_color_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L52", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imageenhance_py", "target": "imageenhance_contrast", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L63", "weight": 1.0}, {"source": "imageenhance_contrast", "target": "imageenhance_enhance", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L63", "weight": 1.0}, {"source": "imageenhance_contrast", "target": "imageenhance_contrast_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L71", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imageenhance_py", "target": "imageenhance_brightness", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L84", "weight": 1.0}, {"source": "imageenhance_brightness", "target": "imageenhance_enhance", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L84", "weight": 1.0}, {"source": "imageenhance_brightness", "target": "imageenhance_brightness_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L92", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imageenhance_py", "target": "imageenhance_sharpness", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L100", "weight": 1.0}, {"source": "imageenhance_sharpness", "target": "imageenhance_enhance", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L100", "weight": 1.0}, {"source": "imageenhance_sharpness", "target": "imageenhance_sharpness_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L108", "weight": 1.0}, {"source": "imageenhance_rationale_30", "target": "imageenhance_enhance_enhance", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L30", "weight": 1.0}, {"source": "imageenhance_rationale_44", "target": "imageenhance_color", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L44", "weight": 1.0}, {"source": "imageenhance_rationale_64", "target": "imageenhance_contrast", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L64", "weight": 1.0}, {"source": "imageenhance_rationale_85", "target": "imageenhance_brightness", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L85", "weight": 1.0}, {"source": "imageenhance_rationale_101", "target": "imageenhance_sharpness", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L101", "weight": 1.0}], "raw_calls": [{"caller_nid": "imageenhance_enhance_enhance", "callee": "blend", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L40"}, {"caller_nid": "imageenhance_color_init", "callee": "getbands", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L55"}, {"caller_nid": "imageenhance_color_init", "callee": "convert", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L59"}, {"caller_nid": "imageenhance_color_init", "callee": "convert", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L59"}, {"caller_nid": "imageenhance_contrast_init", "callee": "convert", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L74"}, {"caller_nid": "imageenhance_contrast_init", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L75"}, {"caller_nid": "imageenhance_contrast_init", "callee": "Stat", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L75"}, {"caller_nid": "imageenhance_contrast_init", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L76"}, {"caller_nid": "imageenhance_contrast_init", "callee": "convert", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L78"}, {"caller_nid": "imageenhance_contrast_init", "callee": "getbands", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L80"}, {"caller_nid": "imageenhance_contrast_init", "callee": "putalpha", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L81"}, {"caller_nid": "imageenhance_contrast_init", "callee": "getchannel", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L81"}, {"caller_nid": "imageenhance_brightness_init", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L94"}, {"caller_nid": "imageenhance_brightness_init", "callee": "getbands", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L96"}, {"caller_nid": "imageenhance_brightness_init", "callee": "putalpha", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L97"}, {"caller_nid": "imageenhance_brightness_init", "callee": "getchannel", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L97"}, {"caller_nid": "imageenhance_sharpness_init", "callee": "filter", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L110"}, {"caller_nid": "imageenhance_sharpness_init", "callee": "getbands", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L112"}, {"caller_nid": "imageenhance_sharpness_init", "callee": "putalpha", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L113"}, {"caller_nid": "imageenhance_sharpness_init", "callee": "getchannel", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageEnhance.py", "source_location": "L113"}]} |