1 line
7.1 KiB
JSON
1 line
7.1 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_lib_tests_test_array_utils_py", "label": "test_array_utils.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L1"}, {"id": "test_array_utils_testbytebounds", "label": "TestByteBounds", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L6"}, {"id": "test_array_utils_testbytebounds_test_byte_bounds", "label": ".test_byte_bounds()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L7"}, {"id": "test_array_utils_testbytebounds_test_unusual_order_positive_stride", "label": ".test_unusual_order_positive_stride()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L14"}, {"id": "test_array_utils_testbytebounds_test_unusual_order_negative_stride", "label": ".test_unusual_order_negative_stride()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L20"}, {"id": "test_array_utils_testbytebounds_test_strided", "label": ".test_strided()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L26"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_tests_test_array_utils_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_tests_test_array_utils_py", "target": "numpy_lib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_tests_test_array_utils_py", "target": "numpy_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_tests_test_array_utils_py", "target": "test_array_utils_testbytebounds", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L6", "weight": 1.0}, {"source": "test_array_utils_testbytebounds", "target": "test_array_utils_testbytebounds_test_byte_bounds", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L7", "weight": 1.0}, {"source": "test_array_utils_testbytebounds", "target": "test_array_utils_testbytebounds_test_unusual_order_positive_stride", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L14", "weight": 1.0}, {"source": "test_array_utils_testbytebounds", "target": "test_array_utils_testbytebounds_test_unusual_order_negative_stride", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L20", "weight": 1.0}, {"source": "test_array_utils_testbytebounds", "target": "test_array_utils_testbytebounds_test_strided", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L26", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_array_utils_testbytebounds_test_byte_bounds", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L10"}, {"caller_nid": "test_array_utils_testbytebounds_test_byte_bounds", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L10"}, {"caller_nid": "test_array_utils_testbytebounds_test_byte_bounds", "callee": "byte_bounds", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L11"}, {"caller_nid": "test_array_utils_testbytebounds_test_byte_bounds", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L12"}, {"caller_nid": "test_array_utils_testbytebounds_test_unusual_order_positive_stride", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L15"}, {"caller_nid": "test_array_utils_testbytebounds_test_unusual_order_positive_stride", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L15"}, {"caller_nid": "test_array_utils_testbytebounds_test_unusual_order_positive_stride", "callee": "byte_bounds", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L17"}, {"caller_nid": "test_array_utils_testbytebounds_test_unusual_order_positive_stride", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L18"}, {"caller_nid": "test_array_utils_testbytebounds_test_unusual_order_negative_stride", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L21"}, {"caller_nid": "test_array_utils_testbytebounds_test_unusual_order_negative_stride", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L21"}, {"caller_nid": "test_array_utils_testbytebounds_test_unusual_order_negative_stride", "callee": "byte_bounds", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L23"}, {"caller_nid": "test_array_utils_testbytebounds_test_unusual_order_negative_stride", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L24"}, {"caller_nid": "test_array_utils_testbytebounds_test_strided", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L27"}, {"caller_nid": "test_array_utils_testbytebounds_test_strided", "callee": "byte_bounds", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L29"}, {"caller_nid": "test_array_utils_testbytebounds_test_strided", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/tests/test_array_utils.py", "source_location": "L32"}]} |