1 line
6.8 KiB
JSON
1 line
6.8 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_imagesequence_py", "label": "ImageSequence.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L1"}, {"id": "imagesequence_iterator", "label": "Iterator", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L26"}, {"id": "imagesequence_iterator_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L38"}, {"id": "imagesequence_iterator_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L45"}, {"id": "imagesequence_iterator_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L53"}, {"id": "imagesequence_iterator_next", "label": ".__next__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L56"}, {"id": "imagesequence_all_frames", "label": "all_frames()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L66"}, {"id": "imagesequence_rationale_27", "label": "This class implements an iterator object that can be used to loop over an im", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L27"}, {"id": "imagesequence_rationale_70", "label": "Applies a given function to all frames in an image or a list of images. The", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L70"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_imagesequence_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/ImageSequence.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagesequence_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagesequence_py", "target": "imagesequence_iterator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L26", "weight": 1.0}, {"source": "imagesequence_iterator", "target": "imagesequence_iterator_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L38", "weight": 1.0}, {"source": "imagesequence_iterator", "target": "imagesequence_iterator_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L45", "weight": 1.0}, {"source": "imagesequence_iterator", "target": "imagesequence_iterator_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L53", "weight": 1.0}, {"source": "imagesequence_iterator", "target": "imagesequence_iterator_next", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L56", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagesequence_py", "target": "imagesequence_all_frames", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L66", "weight": 1.0}, {"source": "imagesequence_all_frames", "target": "imagesequence_iterator", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L85", "weight": 1.0}, {"source": "imagesequence_rationale_27", "target": "imagesequence_iterator", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L27", "weight": 1.0}, {"source": "imagesequence_rationale_70", "target": "imagesequence_all_frames", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L70", "weight": 1.0}], "raw_calls": [{"caller_nid": "imagesequence_iterator_init", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L39"}, {"caller_nid": "imagesequence_iterator_init", "callee": "AttributeError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L41"}, {"caller_nid": "imagesequence_iterator_init", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L43"}, {"caller_nid": "imagesequence_iterator_getitem", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L47"}, {"caller_nid": "imagesequence_iterator_getitem", "callee": "IndexError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L51"}, {"caller_nid": "imagesequence_iterator_next", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L58"}, {"caller_nid": "imagesequence_iterator_next", "callee": "StopIteration", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L63"}, {"caller_nid": "imagesequence_all_frames", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L78"}, {"caller_nid": "imagesequence_all_frames", "callee": "tell", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L83"}, {"caller_nid": "imagesequence_all_frames", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L85"}, {"caller_nid": "imagesequence_all_frames", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L87"}, {"caller_nid": "imagesequence_all_frames", "callee": "func", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageSequence.py", "source_location": "L88"}]} |