1 line
15 KiB
JSON
1 line
15 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "label": "ImageStat.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L1"}, {"id": "imagestat_stat", "label": "Stat", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L31"}, {"id": "imagestat_stat_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L32"}, {"id": "imagestat_extrema", "label": "extrema()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L63"}, {"id": "imagestat_count", "label": "count()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L92"}, {"id": "imagestat_sum", "label": "sum()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L97"}, {"id": "imagestat_sum2", "label": "sum2()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L109"}, {"id": "imagestat_mean", "label": "mean()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L121"}, {"id": "imagestat_median", "label": "median()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L126"}, {"id": "imagestat_rms", "label": "rms()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L142"}, {"id": "imagestat_var", "label": "var()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L150"}, {"id": "imagestat_stddev", "label": "stddev()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L162"}, {"id": "imagestat_rationale_35", "label": "Calculate statistics for the given image. If a mask is included, only th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L35"}, {"id": "imagestat_rationale_64", "label": "Min/max values for each band in the image. .. note:: This r", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L64"}, {"id": "imagestat_rationale_93", "label": "Total number of pixels for each band in the image.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L93"}, {"id": "imagestat_rationale_98", "label": "Sum of all pixels for each band in the image.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L98"}, {"id": "imagestat_rationale_110", "label": "Squared sum of all pixels for each band in the image.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L110"}, {"id": "imagestat_rationale_122", "label": "Average (arithmetic mean) pixel level for each band in the image.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L122"}, {"id": "imagestat_rationale_127", "label": "Median pixel level for each band in the image.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L127"}, {"id": "imagestat_rationale_143", "label": "RMS (root-mean-square) for each band in the image.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L143"}, {"id": "imagestat_rationale_151", "label": "Variance for each band in the image.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L151"}, {"id": "imagestat_rationale_163", "label": "Standard deviation for each band in the image.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L163"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "math", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_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/ImageStat.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "imagestat_stat", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L31", "weight": 1.0}, {"source": "imagestat_stat", "target": "imagestat_stat_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "imagestat_extrema", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L63", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "imagestat_count", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L92", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "imagestat_sum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L97", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "imagestat_sum2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L109", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "imagestat_mean", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L121", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "imagestat_median", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L126", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "imagestat_rms", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L142", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "imagestat_var", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L150", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagestat_py", "target": "imagestat_stddev", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L162", "weight": 1.0}, {"source": "imagestat_count", "target": "imagestat_sum", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L94", "weight": 1.0}, {"source": "imagestat_rationale_35", "target": "imagestat_stat_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L35", "weight": 1.0}, {"source": "imagestat_rationale_64", "target": "imagestat_stat_extrema", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L64", "weight": 1.0}, {"source": "imagestat_rationale_93", "target": "imagestat_stat_count", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L93", "weight": 1.0}, {"source": "imagestat_rationale_98", "target": "imagestat_stat_sum", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L98", "weight": 1.0}, {"source": "imagestat_rationale_110", "target": "imagestat_stat_sum2", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L110", "weight": 1.0}, {"source": "imagestat_rationale_122", "target": "imagestat_stat_mean", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L122", "weight": 1.0}, {"source": "imagestat_rationale_127", "target": "imagestat_stat_median", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L127", "weight": 1.0}, {"source": "imagestat_rationale_143", "target": "imagestat_stat_rms", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L143", "weight": 1.0}, {"source": "imagestat_rationale_151", "target": "imagestat_stat_var", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L151", "weight": 1.0}, {"source": "imagestat_rationale_163", "target": "imagestat_stat_stddev", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L163", "weight": 1.0}], "raw_calls": [{"caller_nid": "imagestat_stat_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L53"}, {"caller_nid": "imagestat_stat_init", "callee": "histogram", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L54"}, {"caller_nid": "imagestat_stat_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L55"}, {"caller_nid": "imagestat_stat_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L59"}, {"caller_nid": "imagestat_stat_init", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L60"}, {"caller_nid": "imagestat_stat_init", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L60"}, {"caller_nid": "imagestat_stat_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L60"}, {"caller_nid": "imagestat_extrema", "callee": "minmax", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L89"}, {"caller_nid": "imagestat_extrema", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L89"}, {"caller_nid": "imagestat_extrema", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L89"}, {"caller_nid": "imagestat_count", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L94"}, {"caller_nid": "imagestat_count", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L94"}, {"caller_nid": "imagestat_sum", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L101"}, {"caller_nid": "imagestat_sum", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L101"}, {"caller_nid": "imagestat_sum", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L103"}, {"caller_nid": "imagestat_sum", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L105"}, {"caller_nid": "imagestat_sum2", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L113"}, {"caller_nid": "imagestat_sum2", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L113"}, {"caller_nid": "imagestat_sum2", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L115"}, {"caller_nid": "imagestat_sum2", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L116"}, {"caller_nid": "imagestat_sum2", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L117"}, {"caller_nid": "imagestat_median", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L134"}, {"caller_nid": "imagestat_median", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L138"}, {"caller_nid": "imagestat_rms", "callee": "sqrt", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L145"}, {"caller_nid": "imagestat_stddev", "callee": "sqrt", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageStat.py", "source_location": "L164"}]} |