1 line
11 KiB
JSON
1 line
11 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "label": "test_matlib.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L1"}, {"id": "test_matlib_test_empty", "label": "test_empty()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L6"}, {"id": "test_matlib_test_ones", "label": "test_ones()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L11"}, {"id": "test_matlib_test_zeros", "label": "test_zeros()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L18"}, {"id": "test_matlib_test_identity", "label": "test_identity()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L25"}, {"id": "test_matlib_test_eye", "label": "test_eye()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L29"}, {"id": "test_matlib_test_rand", "label": "test_rand()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L44"}, {"id": "test_matlib_test_randn", "label": "test_randn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L49"}, {"id": "test_matlib_test_repmat", "label": "test_repmat()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L54"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "numpy_matlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "numpy_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "test_matlib_test_empty", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "test_matlib_test_ones", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "test_matlib_test_zeros", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "test_matlib_test_identity", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "test_matlib_test_eye", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "test_matlib_test_rand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "test_matlib_test_randn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_tests_test_matlib_py", "target": "test_matlib_test_repmat", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L54", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_matlib_test_empty", "callee": "empty", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L7"}, {"caller_nid": "test_matlib_test_empty", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L8"}, {"caller_nid": "test_matlib_test_empty", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L8"}, {"caller_nid": "test_matlib_test_empty", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L9"}, {"caller_nid": "test_matlib_test_ones", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L12"}, {"caller_nid": "test_matlib_test_ones", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L12"}, {"caller_nid": "test_matlib_test_ones", "callee": "matrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L13"}, {"caller_nid": "test_matlib_test_ones", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L16"}, {"caller_nid": "test_matlib_test_ones", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L16"}, {"caller_nid": "test_matlib_test_ones", "callee": "matrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L16"}, {"caller_nid": "test_matlib_test_zeros", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L19"}, {"caller_nid": "test_matlib_test_zeros", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L19"}, {"caller_nid": "test_matlib_test_zeros", "callee": "matrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L20"}, {"caller_nid": "test_matlib_test_zeros", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L23"}, {"caller_nid": "test_matlib_test_zeros", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L23"}, {"caller_nid": "test_matlib_test_zeros", "callee": "matrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L23"}, {"caller_nid": "test_matlib_test_identity", "callee": "identity", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L26"}, {"caller_nid": "test_matlib_test_identity", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L27"}, {"caller_nid": "test_matlib_test_identity", "callee": "matrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L27"}, {"caller_nid": "test_matlib_test_eye", "callee": "eye", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L30"}, {"caller_nid": "test_matlib_test_eye", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L31"}, {"caller_nid": "test_matlib_test_eye", "callee": "matrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L31"}, {"caller_nid": "test_matlib_test_eye", "callee": "eye", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L37"}, {"caller_nid": "test_matlib_test_eye", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L38"}, {"caller_nid": "test_matlib_test_eye", "callee": "matrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L38"}, {"caller_nid": "test_matlib_test_rand", "callee": "rand", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L45"}, {"caller_nid": "test_matlib_test_rand", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L47"}, {"caller_nid": "test_matlib_test_randn", "callee": "randn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L50"}, {"caller_nid": "test_matlib_test_randn", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L52"}, {"caller_nid": "test_matlib_test_repmat", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L55"}, {"caller_nid": "test_matlib_test_repmat", "callee": "repmat", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L56"}, {"caller_nid": "test_matlib_test_repmat", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L57"}, {"caller_nid": "test_matlib_test_repmat", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/tests/test_matlib.py", "source_location": "L59"}]} |