1 line
24 KiB
JSON
1 line
24 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "label": "test_item_selection.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L1"}, {"id": "test_item_selection_testtake", "label": "TestTake", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L9"}, {"id": "test_item_selection_testtake_test_simple", "label": ".test_simple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L10"}, {"id": "test_item_selection_testtake_test_refcounting", "label": ".test_refcounting()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L49"}, {"id": "test_item_selection_testtake_test_unicode_mode", "label": ".test_unicode_mode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L69"}, {"id": "test_item_selection_testtake_test_empty_partition", "label": ".test_empty_partition()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L74"}, {"id": "test_item_selection_testtake_test_empty_argpartition", "label": ".test_empty_argpartition()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L84"}, {"id": "test_item_selection_testputmask", "label": "TestPutMask", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L93"}, {"id": "test_item_selection_test_simple", "label": "test_simple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L95"}, {"id": "test_item_selection_test_empty", "label": "test_empty()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L113"}, {"id": "test_item_selection_testput", "label": "TestPut", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L123"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "numpy_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "test_item_selection_testtake", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L9", "weight": 1.0}, {"source": "test_item_selection_testtake", "target": "test_item_selection_testtake_test_simple", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L10", "weight": 1.0}, {"source": "test_item_selection_testtake", "target": "test_item_selection_testtake_test_refcounting", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L49", "weight": 1.0}, {"source": "test_item_selection_testtake", "target": "test_item_selection_testtake_test_unicode_mode", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L69", "weight": 1.0}, {"source": "test_item_selection_testtake", "target": "test_item_selection_testtake_test_empty_partition", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L74", "weight": 1.0}, {"source": "test_item_selection_testtake", "target": "test_item_selection_testtake_test_empty_argpartition", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L84", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "test_item_selection_testputmask", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L93", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "test_item_selection_test_simple", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "test_item_selection_test_empty", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L113", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "test_item_selection_testput", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L123", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "test_item_selection_test_simple", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L126", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_item_selection_py", "target": "test_item_selection_test_empty", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L161", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_item_selection_testtake_test_simple", "callee": "empty", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L15"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "empty", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L16"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "empty", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L17"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L25"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L28"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "issubdtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L28"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L29"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L29"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "put", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L38"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L39"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "put", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L42"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "take", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L43"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L44"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "take", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L46"}, {"caller_nid": "test_item_selection_testtake_test_simple", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L47"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "object", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L50"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L50"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "getrefcount", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L52"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L54"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L55"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "take", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L56"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L59"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L59"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "getrefcount", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L59"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L60"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L62"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "take", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L63"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L66"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L66"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "getrefcount", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L66"}, {"caller_nid": "test_item_selection_testtake_test_refcounting", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L67"}, {"caller_nid": "test_item_selection_testtake_test_unicode_mode", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L70"}, {"caller_nid": "test_item_selection_testtake_test_unicode_mode", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L71"}, {"caller_nid": "test_item_selection_testtake_test_unicode_mode", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L72"}, {"caller_nid": "test_item_selection_testtake_test_empty_partition", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L76"}, {"caller_nid": "test_item_selection_testtake_test_empty_partition", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L77"}, {"caller_nid": "test_item_selection_testtake_test_empty_partition", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L80"}, {"caller_nid": "test_item_selection_testtake_test_empty_partition", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L80"}, {"caller_nid": "test_item_selection_testtake_test_empty_partition", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L82"}, {"caller_nid": "test_item_selection_testtake_test_empty_argpartition", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L86"}, {"caller_nid": "test_item_selection_testtake_test_empty_argpartition", "callee": "argpartition", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L87"}, {"caller_nid": "test_item_selection_testtake_test_empty_argpartition", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L87"}, {"caller_nid": "test_item_selection_testtake_test_empty_argpartition", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L89"}, {"caller_nid": "test_item_selection_testtake_test_empty_argpartition", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L90"}, {"caller_nid": "test_item_selection_test_simple", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L96"}, {"caller_nid": "test_item_selection_test_simple", "callee": "astype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L100"}, {"caller_nid": "test_item_selection_test_simple", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L100"}, {"caller_nid": "test_item_selection_test_simple", "callee": "astype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L102"}, {"caller_nid": "test_item_selection_test_simple", "callee": "randint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L102"}, {"caller_nid": "test_item_selection_test_simple", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L104"}, {"caller_nid": "test_item_selection_test_simple", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L105"}, {"caller_nid": "test_item_selection_test_simple", "callee": "putmask", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L107"}, {"caller_nid": "test_item_selection_test_simple", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L108"}, {"caller_nid": "test_item_selection_test_simple", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L108"}, {"caller_nid": "test_item_selection_test_simple", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L109"}, {"caller_nid": "test_item_selection_test_empty", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L114"}, {"caller_nid": "test_item_selection_test_empty", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L115"}, {"caller_nid": "test_item_selection_test_empty", "callee": "astype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L116"}, {"caller_nid": "test_item_selection_test_empty", "callee": "randint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L116"}, {"caller_nid": "test_item_selection_test_empty", "callee": "put", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L119"}, {"caller_nid": "test_item_selection_test_empty", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L120"}, {"caller_nid": "test_item_selection_test_simple", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L127"}, {"caller_nid": "test_item_selection_test_simple", "callee": "astype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L131"}, {"caller_nid": "test_item_selection_test_simple", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L131"}, {"caller_nid": "test_item_selection_test_simple", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L134"}, {"caller_nid": "test_item_selection_test_simple", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L135"}, {"caller_nid": "test_item_selection_test_simple", "callee": "permutation", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L139"}, {"caller_nid": "test_item_selection_test_simple", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L139"}, {"caller_nid": "test_item_selection_test_simple", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L142"}, {"caller_nid": "test_item_selection_test_simple", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L143"}, {"caller_nid": "test_item_selection_test_simple", "callee": "permutation", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L148"}, {"caller_nid": "test_item_selection_test_simple", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L148"}, {"caller_nid": "test_item_selection_test_simple", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L151"}, {"caller_nid": "test_item_selection_test_simple", "callee": "put", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L153"}, {"caller_nid": "test_item_selection_test_simple", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L154"}, {"caller_nid": "test_item_selection_test_simple", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L154"}, {"caller_nid": "test_item_selection_test_simple", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L155"}, {"caller_nid": "test_item_selection_test_simple", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L155"}, {"caller_nid": "test_item_selection_test_simple", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L157"}, {"caller_nid": "test_item_selection_test_simple", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L157"}, {"caller_nid": "test_item_selection_test_empty", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L162"}, {"caller_nid": "test_item_selection_test_empty", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L163"}, {"caller_nid": "test_item_selection_test_empty", "callee": "put", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L166"}, {"caller_nid": "test_item_selection_test_empty", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test_item_selection.py", "source_location": "L167"}]} |