Files
tfm_ainventory/graphify-out/cache/0bd2d7efe83ef66c0de9b988af3c868841ea14c14b29f570e3d1248949b89484.json
2026-04-26 12:03:59 +03:00

1 line
18 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_exceptions_py", "label": "test__exceptions.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L1"}, {"id": "test_exceptions_testarraymemoryerror", "label": "TestArrayMemoryError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L15"}, {"id": "test_exceptions_testarraymemoryerror_test_pickling", "label": ".test_pickling()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L16"}, {"id": "test_exceptions_testarraymemoryerror_test_str", "label": ".test_str()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L22"}, {"id": "test_exceptions_testarraymemoryerror_test_size_to_string", "label": ".test__size_to_string()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L27"}, {"id": "test_exceptions_testarraymemoryerror_test_total_size", "label": ".test__total_size()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L49"}, {"id": "test_exceptions_testufuncnolooperror", "label": "TestUFuncNoLoopError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L58"}, {"id": "test_exceptions_testufuncnolooperror_test_pickling", "label": ".test_pickling()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L59"}, {"id": "test_exceptions_testaxiserror", "label": "TestAxisError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L69"}, {"id": "test_exceptions_testaxiserror_test_attr", "label": ".test_attr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L70"}, {"id": "test_exceptions_testaxiserror_test_pickling", "label": ".test_pickling()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L81"}, {"id": "test_exceptions_rationale_1", "label": "Tests of the ._exceptions module. Primarily for exercising the __str__ methods.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L1"}, {"id": "test_exceptions_rationale_17", "label": "Test that _ArrayMemoryError can be pickled", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L17"}, {"id": "test_exceptions_rationale_28", "label": "Test e._size_to_string", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L28"}, {"id": "test_exceptions_rationale_60", "label": "Test that _UFuncNoLoopError can be pickled", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L60"}, {"id": "test_exceptions_rationale_71", "label": "Validate attribute types.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L71"}, {"id": "test_exceptions_rationale_82", "label": "Test that `AxisError` can be pickled.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L82"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_exceptions_py", "target": "pickle", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_exceptions_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_exceptions_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_exceptions_py", "target": "numpy_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_exceptions_py", "target": "test_exceptions_testarraymemoryerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L15", "weight": 1.0}, {"source": "test_exceptions_testarraymemoryerror", "target": "test_exceptions_testarraymemoryerror_test_pickling", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L16", "weight": 1.0}, {"source": "test_exceptions_testarraymemoryerror", "target": "test_exceptions_testarraymemoryerror_test_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L22", "weight": 1.0}, {"source": "test_exceptions_testarraymemoryerror", "target": "test_exceptions_testarraymemoryerror_test_size_to_string", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L27", "weight": 1.0}, {"source": "test_exceptions_testarraymemoryerror", "target": "test_exceptions_testarraymemoryerror_test_total_size", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_exceptions_py", "target": "test_exceptions_testufuncnolooperror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L58", "weight": 1.0}, {"source": "test_exceptions_testufuncnolooperror", "target": "test_exceptions_testufuncnolooperror_test_pickling", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L59", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_exceptions_py", "target": "test_exceptions_testaxiserror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L69", "weight": 1.0}, {"source": "test_exceptions_testaxiserror", "target": "test_exceptions_testaxiserror_test_attr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L70", "weight": 1.0}, {"source": "test_exceptions_testaxiserror", "target": "test_exceptions_testaxiserror_test_pickling", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L81", "weight": 1.0}, {"source": "test_exceptions_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_test_exceptions_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L1", "weight": 1.0}, {"source": "test_exceptions_rationale_17", "target": "test_exceptions_testarraymemoryerror_test_pickling", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L17", "weight": 1.0}, {"source": "test_exceptions_rationale_28", "target": "test_exceptions_testarraymemoryerror_test_size_to_string", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L28", "weight": 1.0}, {"source": "test_exceptions_rationale_60", "target": "test_exceptions_testufuncnolooperror_test_pickling", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L60", "weight": 1.0}, {"source": "test_exceptions_rationale_71", "target": "test_exceptions_testaxiserror_test_attr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L71", "weight": 1.0}, {"source": "test_exceptions_rationale_82", "target": "test_exceptions_testaxiserror_test_pickling", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L82", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_exceptions_testarraymemoryerror_test_pickling", "callee": "_ArrayMemoryError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L18"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_pickling", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L18"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_pickling", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L19"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_pickling", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L19"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_str", "callee": "_ArrayMemoryError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L23"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_str", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L23"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_str", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L24"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L31"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L32"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L33"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L34"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L35"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L36"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L37"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L37"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L38"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L38"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L39"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L39"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L40"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L43"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L43"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L44"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_size_to_string", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L47"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_total_size", "callee": "_ArrayMemoryError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L51"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_total_size", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L51"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_total_size", "callee": "_ArrayMemoryError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L54"}, {"caller_nid": "test_exceptions_testarraymemoryerror_test_total_size", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L54"}, {"caller_nid": "test_exceptions_testufuncnolooperror_test_pickling", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L61"}, {"caller_nid": "test_exceptions_testufuncnolooperror_test_pickling", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L61"}, {"caller_nid": "test_exceptions_testaxiserror_test_attr", "callee": "AxisError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L72"}, {"caller_nid": "test_exceptions_testaxiserror_test_attr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L73"}, {"caller_nid": "test_exceptions_testaxiserror_test_pickling", "callee": "AxisError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L83"}, {"caller_nid": "test_exceptions_testaxiserror_test_pickling", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L84"}, {"caller_nid": "test_exceptions_testaxiserror_test_pickling", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L84"}, {"caller_nid": "test_exceptions_testaxiserror_test_pickling", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L86"}, {"caller_nid": "test_exceptions_testaxiserror_test_pickling", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L86"}, {"caller_nid": "test_exceptions_testaxiserror_test_pickling", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L88"}, {"caller_nid": "test_exceptions_testaxiserror_test_pickling", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/test__exceptions.py", "source_location": "L89"}]}