Files
tfm_ainventory/graphify-out/cache/74cc4b4d6514e7174f4264ebaea1c80482ac8066b5bd0c241e4f0870eb6aceb4.json

1 line
8.6 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_matrixlib_tests_test_regression_py", "label": "test_regression.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L1"}, {"id": "test_regression_testregression", "label": "TestRegression", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L5"}, {"id": "test_regression_testregression_test_kron_matrix", "label": ".test_kron_matrix()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L6"}, {"id": "test_regression_testregression_test_matrix_properties", "label": ".test_matrix_properties()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L11"}, {"id": "test_regression_testregression_test_matrix_multiply_by_1d_vector", "label": ".test_matrix_multiply_by_1d_vector()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L20"}, {"id": "test_regression_testregression_test_matrix_std_argmax", "label": ".test_matrix_std_argmax()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L27"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_matrixlib_tests_test_regression_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matrixlib_tests_test_regression_py", "target": "numpy_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matrixlib_tests_test_regression_py", "target": "test_regression_testregression", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L5", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_kron_matrix", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L6", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_matrix_properties", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L11", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_matrix_multiply_by_1d_vector", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L20", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_matrix_std_argmax", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L27", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_regression_testregression_test_kron_matrix", "callee": "matrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L8"}, {"caller_nid": "test_regression_testregression_test_kron_matrix", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L9"}, {"caller_nid": "test_regression_testregression_test_kron_matrix", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L9"}, {"caller_nid": "test_regression_testregression_test_kron_matrix", "callee": "kron", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L9"}, {"caller_nid": "test_regression_testregression_test_kron_matrix", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L9"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "matrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L13"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L14"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L14"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L15"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L15"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "nonzero", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L16"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "matrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L16"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L17"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L17"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L18"}, {"caller_nid": "test_regression_testregression_test_matrix_properties", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L18"}, {"caller_nid": "test_regression_testregression_test_matrix_multiply_by_1d_vector", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L25"}, {"caller_nid": "test_regression_testregression_test_matrix_std_argmax", "callee": "asmatrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L29"}, {"caller_nid": "test_regression_testregression_test_matrix_std_argmax", "callee": "uniform", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L29"}, {"caller_nid": "test_regression_testregression_test_matrix_std_argmax", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L30"}, {"caller_nid": "test_regression_testregression_test_matrix_std_argmax", "callee": "std", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L30"}, {"caller_nid": "test_regression_testregression_test_matrix_std_argmax", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L31"}, {"caller_nid": "test_regression_testregression_test_matrix_std_argmax", "callee": "argmax", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matrixlib/tests/test_regression.py", "source_location": "L31"}]}