Files
tfm_ainventory/graphify-out/cache/b21b6d4a852a3b714eef4bd0fb8576309724f34d1009007c8dc8051d4ebca9c6.json
2026-04-26 12:03:59 +03:00

1 line
12 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_core_memmap_py", "label": "memmap.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L1"}, {"id": "memmap_memmap", "label": "memmap", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L24"}, {"id": "ndarray", "label": "ndarray", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "memmap_memmap_new", "label": ".__new__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L216"}, {"id": "memmap_memmap_array_finalize", "label": ".__array_finalize__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L312"}, {"id": "memmap_memmap_flush", "label": ".flush()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L324"}, {"id": "memmap_memmap_array_wrap", "label": ".__array_wrap__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L342"}, {"id": "memmap_memmap_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L359"}, {"id": "memmap_rationale_25", "label": "Create a memory-map to an array stored in a *binary* file on disk. Memory-m", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L25"}, {"id": "memmap_rationale_325", "label": "Write any changes in the array to the file on disk. For further informa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L325"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_core_memmap_py", "target": "operator", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_memmap_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_memmap_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_memmap_py", "target": "numpy_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_memmap_py", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_numeric_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_memmap_py", "target": "memmap_memmap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L24", "weight": 1.0}, {"source": "memmap_memmap", "target": "ndarray", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L24", "weight": 1.0}, {"source": "memmap_memmap", "target": "memmap_memmap_new", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L216", "weight": 1.0}, {"source": "memmap_memmap", "target": "memmap_memmap_array_finalize", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L312", "weight": 1.0}, {"source": "memmap_memmap", "target": "memmap_memmap_flush", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L324", "weight": 1.0}, {"source": "memmap_memmap", "target": "memmap_memmap_array_wrap", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L342", "weight": 1.0}, {"source": "memmap_memmap", "target": "memmap_memmap_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L359", "weight": 1.0}, {"source": "memmap_memmap_new", "target": "memmap_memmap_flush", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L274", "weight": 1.0}, {"source": "memmap_rationale_25", "target": "memmap_memmap", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L25", "weight": 1.0}, {"source": "memmap_rationale_325", "target": "memmap_memmap_flush", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L325", "weight": 1.0}], "raw_calls": [{"caller_nid": "memmap_memmap_new", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L225"}, {"caller_nid": "memmap_memmap_new", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L225"}, {"caller_nid": "memmap_memmap_new", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L226"}, {"caller_nid": "memmap_memmap_new", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L231"}, {"caller_nid": "memmap_memmap_new", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L233"}, {"caller_nid": "memmap_memmap_new", "callee": "nullcontext", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L234"}, {"caller_nid": "memmap_memmap_new", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L236"}, {"caller_nid": "memmap_memmap_new", "callee": "fspath", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L237"}, {"caller_nid": "memmap_memmap_new", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L242"}, {"caller_nid": "memmap_memmap_new", "callee": "tell", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L243"}, {"caller_nid": "memmap_memmap_new", "callee": "dtypedescr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L244"}, {"caller_nid": "memmap_memmap_new", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L250"}, {"caller_nid": "memmap_memmap_new", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L255"}, {"caller_nid": "memmap_memmap_new", "callee": "index", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L257"}, {"caller_nid": "memmap_memmap_new", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L260"}, {"caller_nid": "memmap_memmap_new", "callee": "intp", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L261"}, {"caller_nid": "memmap_memmap_new", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L265"}, {"caller_nid": "memmap_memmap_new", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L270"}, {"caller_nid": "memmap_memmap_new", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L272"}, {"caller_nid": "memmap_memmap_new", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L273"}, {"caller_nid": "memmap_memmap_new", "callee": "mmap", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L291"}, {"caller_nid": "memmap_memmap_new", "callee": "fileno", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L291"}, {"caller_nid": "memmap_memmap_new", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L299"}, {"caller_nid": "memmap_memmap_new", "callee": "resolve", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L302"}, {"caller_nid": "memmap_memmap_new", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L303"}, {"caller_nid": "memmap_memmap_new", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L303"}, {"caller_nid": "memmap_memmap_new", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L305"}, {"caller_nid": "memmap_memmap_array_finalize", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L313"}, {"caller_nid": "memmap_memmap_array_finalize", "callee": "may_share_memory", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L313"}, {"caller_nid": "memmap_memmap_flush", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L339"}, {"caller_nid": "memmap_memmap_array_wrap", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L343"}, {"caller_nid": "memmap_memmap_array_wrap", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L348"}, {"caller_nid": "memmap_memmap_array_wrap", "callee": "view", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L357"}, {"caller_nid": "memmap_memmap_getitem", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L360"}, {"caller_nid": "memmap_memmap_getitem", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L361"}, {"caller_nid": "memmap_memmap_getitem", "callee": "view", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/memmap.py", "source_location": "L362"}]}