Files
tfm_ainventory/graphify-out/cache/0a7d16a342b37f53e2adcd5d5773f91d00fe5a62ea09fd542bf507b6995475c6.json

1 line
51 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "label": "_format_impl.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1"}, {"id": "format_impl_check_version", "label": "_check_version()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L199"}, {"id": "format_impl_magic", "label": "magic()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L206"}, {"id": "format_impl_read_magic", "label": "read_magic()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L230"}, {"id": "format_impl_dtype_to_descr", "label": "dtype_to_descr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L251"}, {"id": "format_impl_descr_to_dtype", "label": "descr_to_dtype()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L311"}, {"id": "format_impl_header_data_from_array_1_0", "label": "header_data_from_array_1_0()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L369"}, {"id": "format_impl_wrap_header", "label": "_wrap_header()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L397"}, {"id": "format_impl_wrap_header_guess_version", "label": "_wrap_header_guess_version()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L421"}, {"id": "format_impl_write_array_header", "label": "_write_array_header()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L445"}, {"id": "format_impl_write_array_header_1_0", "label": "write_array_header_1_0()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L482"}, {"id": "format_impl_write_array_header_2_0", "label": "write_array_header_2_0()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L496"}, {"id": "format_impl_read_array_header_1_0", "label": "read_array_header_1_0()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L511"}, {"id": "format_impl_read_array_header_2_0", "label": "read_array_header_2_0()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L549"}, {"id": "format_impl_filter_header", "label": "_filter_header()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L586"}, {"id": "format_impl_read_array_header", "label": "_read_array_header()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L621"}, {"id": "format_impl_write_array", "label": "write_array()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L703"}, {"id": "format_impl_read_array", "label": "read_array()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L781"}, {"id": "format_impl_open_memmap", "label": "open_memmap()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L891"}, {"id": "format_impl_read_bytes", "label": "_read_bytes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L998"}, {"id": "format_impl_isfileobj", "label": "isfileobj()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1027"}, {"id": "format_impl_rationale_1", "label": "Binary serialization NPY format ========== A simple format for saving numpy ar", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1"}, {"id": "format_impl_rationale_207", "label": "Return the magic string for the given file format version. Parameters -", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L207"}, {"id": "format_impl_rationale_231", "label": "Read the magic string to get the version of the file format. Parameters", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L231"}, {"id": "format_impl_rationale_252", "label": "Get a serializable descriptor from the dtype. The .descr attribute of a dty", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L252"}, {"id": "format_impl_rationale_312", "label": "Returns a dtype based off the given description. This is essentially the re", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L312"}, {"id": "format_impl_rationale_370", "label": "Get the dictionary of header metadata from a numpy.ndarray. Parameters", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L370"}, {"id": "format_impl_rationale_398", "label": "Takes a stringified header, and attaches the prefix and padding to it", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L398"}, {"id": "format_impl_rationale_422", "label": "Like `_wrap_header`, but chooses an appropriate version given the contents", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L422"}, {"id": "format_impl_rationale_446", "label": "Write the header for an array and returns the version used Parameters -", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L446"}, {"id": "format_impl_rationale_483", "label": "Write the header for an array using the 1.0 format. Parameters --------", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L483"}, {"id": "format_impl_rationale_497", "label": "Write the header for an array using the 2.0 format. The 2.0 format allow", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L497"}, {"id": "format_impl_rationale_512", "label": "Read an array header from a filelike object using the 1.0 file format versio", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L512"}, {"id": "format_impl_rationale_550", "label": "Read an array header from a filelike object using the 2.0 file format versio", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L550"}, {"id": "format_impl_rationale_587", "label": "Clean up 'L' in npz header ints. Cleans up the 'L' in strings representing", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L587"}, {"id": "format_impl_rationale_622", "label": "see read_array_header_1_0", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L622"}, {"id": "format_impl_rationale_704", "label": "Write an array to an NPY file, including a header. If the array is neither", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L704"}, {"id": "format_impl_rationale_783", "label": "Read an array from an NPY file. Parameters ---------- fp : file_lik", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L783"}, {"id": "format_impl_rationale_894", "label": "Open a .npy file as a memory-mapped array. This may be used to read an exis", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L894"}, {"id": "format_impl_rationale_999", "label": "Read from file-like object until size bytes are read. Raises ValueError if n", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L999"}, {"id": "format_impl_rationale_274", "label": "# NOTE: that drop_metadata may not return the right dtype e.g. for user", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L274"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "io", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L164", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L165", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "pickle", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L166", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L167", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L169", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "numpy_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L170", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "numpy_lib_utils_impl", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L171", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_check_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L199", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_magic", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L206", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_read_magic", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L230", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_dtype_to_descr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L251", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_descr_to_dtype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L311", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_header_data_from_array_1_0", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L369", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_wrap_header", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L397", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_wrap_header_guess_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L421", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_write_array_header", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L445", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_write_array_header_1_0", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L482", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_write_array_header_2_0", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L496", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_read_array_header_1_0", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L511", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_read_array_header_2_0", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L549", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_filter_header", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L586", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_read_array_header", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L621", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_write_array", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L703", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_read_array", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L781", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_open_memmap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L891", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_read_bytes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L998", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "target": "format_impl_isfileobj", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1027", "weight": 1.0}, {"source": "format_impl_read_magic", "target": "format_impl_read_bytes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L242", "weight": 1.0}, {"source": "format_impl_header_data_from_array_1_0", "target": "format_impl_dtype_to_descr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L393", "weight": 1.0}, {"source": "format_impl_wrap_header", "target": "format_impl_magic", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L408", "weight": 1.0}, {"source": "format_impl_wrap_header_guess_version", "target": "format_impl_wrap_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L426", "weight": 1.0}, {"source": "format_impl_write_array_header", "target": "format_impl_wrap_header_guess_version", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L475", "weight": 1.0}, {"source": "format_impl_write_array_header", "target": "format_impl_wrap_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L477", "weight": 1.0}, {"source": "format_impl_write_array_header_1_0", "target": "format_impl_write_array_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L492", "weight": 1.0}, {"source": "format_impl_write_array_header_2_0", "target": "format_impl_write_array_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L507", "weight": 1.0}, {"source": "format_impl_read_array_header_1_0", "target": "format_impl_read_array_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L544", "weight": 1.0}, {"source": "format_impl_read_array_header_2_0", "target": "format_impl_read_array_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L582", "weight": 1.0}, {"source": "format_impl_read_array_header", "target": "format_impl_read_bytes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L634", "weight": 1.0}, {"source": "format_impl_read_array_header", "target": "format_impl_filter_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L661", "weight": 1.0}, {"source": "format_impl_read_array_header", "target": "format_impl_descr_to_dtype", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L694", "weight": 1.0}, {"source": "format_impl_write_array", "target": "format_impl_check_version", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L739", "weight": 1.0}, {"source": "format_impl_write_array", "target": "format_impl_write_array_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L740", "weight": 1.0}, {"source": "format_impl_write_array", "target": "format_impl_header_data_from_array_1_0", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L740", "weight": 1.0}, {"source": "format_impl_write_array", "target": "format_impl_isfileobj", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L764", "weight": 1.0}, {"source": "format_impl_read_array", "target": "format_impl_read_magic", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L820", "weight": 1.0}, {"source": "format_impl_read_array", "target": "format_impl_check_version", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L821", "weight": 1.0}, {"source": "format_impl_read_array", "target": "format_impl_read_array_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L822", "weight": 1.0}, {"source": "format_impl_read_array", "target": "format_impl_isfileobj", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L845", "weight": 1.0}, {"source": "format_impl_read_array", "target": "format_impl_read_bytes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L869", "weight": 1.0}, {"source": "format_impl_open_memmap", "target": "format_impl_isfileobj", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L946", "weight": 1.0}, {"source": "format_impl_open_memmap", "target": "format_impl_check_version", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L953", "weight": 1.0}, {"source": "format_impl_open_memmap", "target": "format_impl_dtype_to_descr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L961", "weight": 1.0}, {"source": "format_impl_open_memmap", "target": "format_impl_write_array_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L967", "weight": 1.0}, {"source": "format_impl_open_memmap", "target": "format_impl_read_magic", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L972", "weight": 1.0}, {"source": "format_impl_open_memmap", "target": "format_impl_read_array_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L975", "weight": 1.0}, {"source": "format_impl_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1", "weight": 1.0}, {"source": "format_impl_rationale_207", "target": "format_impl_magic", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L207", "weight": 1.0}, {"source": "format_impl_rationale_231", "target": "format_impl_read_magic", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L231", "weight": 1.0}, {"source": "format_impl_rationale_252", "target": "format_impl_dtype_to_descr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L252", "weight": 1.0}, {"source": "format_impl_rationale_312", "target": "format_impl_descr_to_dtype", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L312", "weight": 1.0}, {"source": "format_impl_rationale_370", "target": "format_impl_header_data_from_array_1_0", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L370", "weight": 1.0}, {"source": "format_impl_rationale_398", "target": "format_impl_wrap_header", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L398", "weight": 1.0}, {"source": "format_impl_rationale_422", "target": "format_impl_wrap_header_guess_version", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L422", "weight": 1.0}, {"source": "format_impl_rationale_446", "target": "format_impl_write_array_header", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L446", "weight": 1.0}, {"source": "format_impl_rationale_483", "target": "format_impl_write_array_header_1_0", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L483", "weight": 1.0}, {"source": "format_impl_rationale_497", "target": "format_impl_write_array_header_2_0", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L497", "weight": 1.0}, {"source": "format_impl_rationale_512", "target": "format_impl_read_array_header_1_0", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L512", "weight": 1.0}, {"source": "format_impl_rationale_550", "target": "format_impl_read_array_header_2_0", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L550", "weight": 1.0}, {"source": "format_impl_rationale_587", "target": "format_impl_filter_header", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L587", "weight": 1.0}, {"source": "format_impl_rationale_622", "target": "format_impl_read_array_header", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L622", "weight": 1.0}, {"source": "format_impl_rationale_704", "target": "format_impl_write_array", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L704", "weight": 1.0}, {"source": "format_impl_rationale_783", "target": "format_impl_read_array", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L783", "weight": 1.0}, {"source": "format_impl_rationale_894", "target": "format_impl_open_memmap", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L894", "weight": 1.0}, {"source": "format_impl_rationale_999", "target": "format_impl_read_bytes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L999", "weight": 1.0}, {"source": "format_impl_rationale_274", "target": "backend_venv_lib_python3_12_site_packages_numpy_lib_format_impl_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L274", "weight": 1.0}], "raw_calls": [{"caller_nid": "format_impl_check_version", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L202"}, {"caller_nid": "format_impl_magic", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L223"}, {"caller_nid": "format_impl_magic", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L225"}, {"caller_nid": "format_impl_magic", "callee": "bytes", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L226"}, {"caller_nid": "format_impl_read_magic", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L245"}, {"caller_nid": "format_impl_dtype_to_descr", "callee": "drop_metadata", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L276"}, {"caller_nid": "format_impl_dtype_to_descr", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L278"}, {"caller_nid": "format_impl_dtype_to_descr", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L289"}, {"caller_nid": "format_impl_dtype_to_descr", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L301"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L332"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L334"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L335"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L338"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L346"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L351"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L357"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L358"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L359"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L360"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L361"}, {"caller_nid": "format_impl_descr_to_dtype", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L364"}, {"caller_nid": "format_impl_wrap_header", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L404"}, {"caller_nid": "format_impl_wrap_header", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L405"}, {"caller_nid": "format_impl_wrap_header", "callee": "calcsize", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L406"}, {"caller_nid": "format_impl_wrap_header", "callee": "pack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L408"}, {"caller_nid": "format_impl_wrap_header", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L411"}, {"caller_nid": "format_impl_wrap_header_guess_version", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L435"}, {"caller_nid": "format_impl_wrap_header_guess_version", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L440"}, {"caller_nid": "format_impl_write_array_header", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L460"}, {"caller_nid": "format_impl_write_array_header", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L460"}, {"caller_nid": "format_impl_write_array_header", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L462"}, {"caller_nid": "format_impl_write_array_header", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L462"}, {"caller_nid": "format_impl_write_array_header", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L463"}, {"caller_nid": "format_impl_write_array_header", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L464"}, {"caller_nid": "format_impl_write_array_header", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L470"}, {"caller_nid": "format_impl_write_array_header", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L470"}, {"caller_nid": "format_impl_write_array_header", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L472"}, {"caller_nid": "format_impl_write_array_header", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L478"}, {"caller_nid": "format_impl_filter_header", "callee": "generate_tokens", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L608"}, {"caller_nid": "format_impl_filter_header", "callee": "StringIO", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L608"}, {"caller_nid": "format_impl_filter_header", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L616"}, {"caller_nid": "format_impl_filter_header", "callee": "untokenize", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L618"}, {"caller_nid": "format_impl_read_array_header", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L629"}, {"caller_nid": "format_impl_read_array_header", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L631"}, {"caller_nid": "format_impl_read_array_header", "callee": "calcsize", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L634"}, {"caller_nid": "format_impl_read_array_header", "callee": "unpack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L635"}, {"caller_nid": "format_impl_read_array_header", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L637"}, {"caller_nid": "format_impl_read_array_header", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L638"}, {"caller_nid": "format_impl_read_array_header", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L639"}, {"caller_nid": "format_impl_read_array_header", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L640"}, {"caller_nid": "format_impl_read_array_header", "callee": "literal_eval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L658"}, {"caller_nid": "format_impl_read_array_header", "callee": "literal_eval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L663"}, {"caller_nid": "format_impl_read_array_header", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L666"}, {"caller_nid": "format_impl_read_array_header", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L666"}, {"caller_nid": "format_impl_read_array_header", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L668"}, {"caller_nid": "format_impl_read_array_header", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L675"}, {"caller_nid": "format_impl_read_array_header", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L675"}, {"caller_nid": "format_impl_read_array_header", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L676"}, {"caller_nid": "format_impl_read_array_header", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L678"}, {"caller_nid": "format_impl_read_array_header", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L678"}, {"caller_nid": "format_impl_read_array_header", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L680"}, {"caller_nid": "format_impl_read_array_header", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L681"}, {"caller_nid": "format_impl_read_array_header", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L681"}, {"caller_nid": "format_impl_read_array_header", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L683"}, {"caller_nid": "format_impl_read_array_header", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L683"}, {"caller_nid": "format_impl_read_array_header", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L686"}, {"caller_nid": "format_impl_read_array_header", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L687"}, {"caller_nid": "format_impl_read_array_header", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L687"}, {"caller_nid": "format_impl_read_array_header", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L689"}, {"caller_nid": "format_impl_read_array_header", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L689"}, {"caller_nid": "format_impl_read_array_header", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L690"}, {"caller_nid": "format_impl_read_array_header", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L692"}, {"caller_nid": "format_impl_read_array_header", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L692"}, {"caller_nid": "format_impl_read_array_header", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L697"}, {"caller_nid": "format_impl_read_array_header", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L697"}, {"caller_nid": "format_impl_write_array", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L746"}, {"caller_nid": "format_impl_write_array", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L748"}, {"caller_nid": "format_impl_write_array", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L755"}, {"caller_nid": "format_impl_write_array", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L758"}, {"caller_nid": "format_impl_write_array", "callee": "dump", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L762"}, {"caller_nid": "format_impl_write_array", "callee": "tofile", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L765"}, {"caller_nid": "format_impl_write_array", "callee": "nditer", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L767"}, {"caller_nid": "format_impl_write_array", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L770"}, {"caller_nid": "format_impl_write_array", "callee": "tobytes", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L770"}, {"caller_nid": "format_impl_write_array", "callee": "tofile", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L772"}, {"caller_nid": "format_impl_write_array", "callee": "nditer", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L774"}, {"caller_nid": "format_impl_write_array", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L777"}, {"caller_nid": "format_impl_write_array", "callee": "tobytes", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L777"}, {"caller_nid": "format_impl_read_array", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L824"}, {"caller_nid": "format_impl_read_array", "callee": "reduce", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L827"}, {"caller_nid": "format_impl_read_array", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L833"}, {"caller_nid": "format_impl_read_array", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L838"}, {"caller_nid": "format_impl_read_array", "callee": "UnicodeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L841"}, {"caller_nid": "format_impl_read_array", "callee": "fromfile", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L847"}, {"caller_nid": "format_impl_read_array", "callee": "ndarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L860"}, {"caller_nid": "format_impl_read_array", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L864"}, {"caller_nid": "format_impl_read_array", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L866"}, {"caller_nid": "format_impl_read_array", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L867"}, {"caller_nid": "format_impl_read_array", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L868"}, {"caller_nid": "format_impl_read_array", "callee": "frombuffer", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L870"}, {"caller_nid": "format_impl_read_array", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L874"}, {"caller_nid": "format_impl_read_array", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L882"}, {"caller_nid": "format_impl_read_array", "callee": "transpose", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L883"}, {"caller_nid": "format_impl_read_array", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L885"}, {"caller_nid": "format_impl_open_memmap", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L947"}, {"caller_nid": "format_impl_open_memmap", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L956"}, {"caller_nid": "format_impl_open_memmap", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L959"}, {"caller_nid": "format_impl_open_memmap", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L966"}, {"caller_nid": "format_impl_open_memmap", "callee": "fspath", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L966"}, {"caller_nid": "format_impl_open_memmap", "callee": "tell", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L968"}, {"caller_nid": "format_impl_open_memmap", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L971"}, {"caller_nid": "format_impl_open_memmap", "callee": "fspath", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L971"}, {"caller_nid": "format_impl_open_memmap", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L979"}, {"caller_nid": "format_impl_open_memmap", "callee": "tell", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L980"}, {"caller_nid": "format_impl_open_memmap", "callee": "memmap", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L992"}, {"caller_nid": "format_impl_read_bytes", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1013"}, {"caller_nid": "format_impl_read_bytes", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1013"}, {"caller_nid": "format_impl_read_bytes", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1015"}, {"caller_nid": "format_impl_read_bytes", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1015"}, {"caller_nid": "format_impl_read_bytes", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1019"}, {"caller_nid": "format_impl_read_bytes", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1021"}, {"caller_nid": "format_impl_read_bytes", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1021"}, {"caller_nid": "format_impl_isfileobj", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1028"}, {"caller_nid": "format_impl_isfileobj", "callee": "fileno", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_format_impl.py", "source_location": "L1033"}]}