Files
tfm_ainventory/graphify-out/cache/3215afef340eff76a0163c5d54abacbba1bf9c64780e63331d6038364735848d.json

1 line
17 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_containerio_py", "label": "ContainerIO.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L1"}, {"id": "containerio_containerio", "label": "ContainerIO", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L23"}, {"id": "containerio_containerio_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L29"}, {"id": "containerio_containerio_isatty", "label": ".isatty()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L46"}, {"id": "containerio_containerio_seekable", "label": ".seekable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L49"}, {"id": "containerio_containerio_seek", "label": ".seek()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L52"}, {"id": "containerio_containerio_tell", "label": ".tell()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L73"}, {"id": "containerio_containerio_readable", "label": ".readable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L81"}, {"id": "containerio_containerio_read", "label": ".read()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L84"}, {"id": "containerio_containerio_readline", "label": ".readline()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L101"}, {"id": "containerio_containerio_readlines", "label": ".readlines()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L120"}, {"id": "containerio_containerio_writable", "label": ".writable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L138"}, {"id": "containerio_containerio_write", "label": ".write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L141"}, {"id": "containerio_containerio_writelines", "label": ".writelines()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L144"}, {"id": "containerio_containerio_truncate", "label": ".truncate()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L147"}, {"id": "containerio_containerio_enter", "label": ".__enter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L150"}, {"id": "containerio_containerio_exit", "label": ".__exit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L153"}, {"id": "containerio_containerio_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L156"}, {"id": "containerio_containerio_next", "label": ".__next__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L159"}, {"id": "containerio_containerio_fileno", "label": ".fileno()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L166"}, {"id": "containerio_containerio_flush", "label": ".flush()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L169"}, {"id": "containerio_containerio_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L172"}, {"id": "containerio_rationale_24", "label": "A file object that provides read access to a part of an existing file (for e", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L24"}, {"id": "containerio_rationale_30", "label": "Create file object. :param file: Existing file. :param offset:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L30"}, {"id": "containerio_rationale_53", "label": "Move file pointer. :param offset: Offset in bytes. :param mode:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L53"}, {"id": "containerio_rationale_74", "label": "Get current file pointer. :returns: Offset from start of region, in byt", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L74"}, {"id": "containerio_rationale_85", "label": "Read data. :param n: Number of bytes to read. If omitted, zero or negat", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L85"}, {"id": "containerio_rationale_102", "label": "Read a line of text. :param n: Number of bytes to read. If omitted, zer", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L102"}, {"id": "containerio_rationale_121", "label": "Read multiple lines of text. :param n: Number of lines to read. If omit", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L121"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_containerio_py", "target": "io", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_containerio_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_containerio_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_containerio_py", "target": "containerio_containerio", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L23", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L29", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_isatty", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L46", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_seekable", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L49", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_seek", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L52", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_tell", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L73", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_readable", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L81", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_read", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L84", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_readline", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L101", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_readlines", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L120", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_writable", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L138", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L141", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_writelines", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L144", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_truncate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L147", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_enter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L150", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_exit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L153", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L156", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_next", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L159", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_fileno", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L166", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_flush", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L169", "weight": 1.0}, {"source": "containerio_containerio", "target": "containerio_containerio_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L172", "weight": 1.0}, {"source": "containerio_containerio_init", "target": "containerio_containerio_seek", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L41", "weight": 1.0}, {"source": "containerio_containerio_readline", "target": "containerio_containerio_read", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L112", "weight": 1.0}, {"source": "containerio_containerio_readlines", "target": "containerio_containerio_readline", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L130", "weight": 1.0}, {"source": "containerio_containerio_exit", "target": "containerio_containerio_close", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L154", "weight": 1.0}, {"source": "containerio_containerio_next", "target": "containerio_containerio_readline", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L160", "weight": 1.0}, {"source": "containerio_rationale_24", "target": "containerio_containerio", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L24", "weight": 1.0}, {"source": "containerio_rationale_30", "target": "containerio_containerio_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L30", "weight": 1.0}, {"source": "containerio_rationale_53", "target": "containerio_containerio_seek", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L53", "weight": 1.0}, {"source": "containerio_rationale_74", "target": "containerio_containerio_tell", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L74", "weight": 1.0}, {"source": "containerio_rationale_85", "target": "containerio_containerio_read", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L85", "weight": 1.0}, {"source": "containerio_rationale_102", "target": "containerio_containerio_readline", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L102", "weight": 1.0}, {"source": "containerio_rationale_121", "target": "containerio_containerio_readlines", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L121", "weight": 1.0}], "raw_calls": [{"caller_nid": "containerio_containerio_seek", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L69"}, {"caller_nid": "containerio_containerio_seek", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L69"}, {"caller_nid": "containerio_containerio_read", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L93"}, {"caller_nid": "containerio_containerio_readline", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L116"}, {"caller_nid": "containerio_containerio_readlines", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L133"}, {"caller_nid": "containerio_containerio_readlines", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L134"}, {"caller_nid": "containerio_containerio_write", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L142"}, {"caller_nid": "containerio_containerio_writelines", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L145"}, {"caller_nid": "containerio_containerio_truncate", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L148"}, {"caller_nid": "containerio_containerio_next", "callee": "StopIteration", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ContainerIO.py", "source_location": "L163"}]}