1 line
6.7 KiB
JSON
1 line
6.7 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_testing_overrides_py", "label": "overrides.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L1"}, {"id": "overrides_get_overridable_numpy_ufuncs", "label": "get_overridable_numpy_ufuncs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L11"}, {"id": "overrides_allows_array_ufunc_override", "label": "allows_array_ufunc_override()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L28"}, {"id": "overrides_get_overridable_numpy_array_functions", "label": "get_overridable_numpy_array_functions()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L51"}, {"id": "overrides_allows_array_function_override", "label": "allows_array_function_override()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L70"}, {"id": "overrides_rationale_1", "label": "Tools for testing implementations of __array_function__ and ufunc overrides", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L1"}, {"id": "overrides_rationale_12", "label": "List all numpy ufuncs overridable via `__array_ufunc__` Parameters ----", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L12"}, {"id": "overrides_rationale_29", "label": "Determine if a function can be overridden via `__array_ufunc__` Parameters", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L29"}, {"id": "overrides_rationale_52", "label": "List all numpy functions overridable via `__array_function__` Parameters", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L52"}, {"id": "overrides_rationale_71", "label": "Determine if a Numpy function can be overridden via `__array_function__` Pa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L71"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_testing_overrides_py", "target": "numpy_core_umath", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_testing_overrides_py", "target": "numpy", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_testing_overrides_py", "target": "numpy_core_overrides", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_testing_overrides_py", "target": "overrides_get_overridable_numpy_ufuncs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_testing_overrides_py", "target": "overrides_allows_array_ufunc_override", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_testing_overrides_py", "target": "overrides_get_overridable_numpy_array_functions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L51", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_testing_overrides_py", "target": "overrides_allows_array_function_override", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L70", "weight": 1.0}, {"source": "overrides_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_testing_overrides_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L1", "weight": 1.0}, {"source": "overrides_rationale_12", "target": "overrides_get_overridable_numpy_ufuncs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L12", "weight": 1.0}, {"source": "overrides_rationale_29", "target": "overrides_allows_array_ufunc_override", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L29", "weight": 1.0}, {"source": "overrides_rationale_52", "target": "overrides_get_overridable_numpy_array_functions", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L52", "weight": 1.0}, {"source": "overrides_rationale_71", "target": "overrides_allows_array_function_override", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L71", "weight": 1.0}], "raw_calls": [{"caller_nid": "overrides_get_overridable_numpy_ufuncs", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L23"}, {"caller_nid": "overrides_get_overridable_numpy_ufuncs", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L24"}, {"caller_nid": "overrides_allows_array_ufunc_override", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L48"}, {"caller_nid": "overrides_get_overridable_numpy_array_functions", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/testing/overrides.py", "source_location": "L68"}]} |