Files
tfm_ainventory/graphify-out/cache/5245f0af1f8961a34614e540b8a5d2f9c914527eb2da947965dcc3a1a3a72d53.json

1 line
8.9 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "label": "mixins.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L1"}, {"id": "mixins_disables_array_ufunc", "label": "_disables_array_ufunc()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L9"}, {"id": "mixins_binary_method", "label": "_binary_method()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L17"}, {"id": "mixins_reflected_binary_method", "label": "_reflected_binary_method()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L27"}, {"id": "mixins_inplace_binary_method", "label": "_inplace_binary_method()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L37"}, {"id": "mixins_numeric_methods", "label": "_numeric_methods()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L45"}, {"id": "mixins_unary_method", "label": "_unary_method()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L52"}, {"id": "mixins_ndarrayoperatorsmixin", "label": "NDArrayOperatorsMixin", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L60"}, {"id": "mixins_rationale_1", "label": "Mixin classes for custom array types that don't inherit from ndarray.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L1"}, {"id": "mixins_rationale_10", "label": "True when __array_ufunc__ is set to None.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L10"}, {"id": "mixins_rationale_18", "label": "Implement a forward binary method with a ufunc, e.g., __add__.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L18"}, {"id": "mixins_rationale_28", "label": "Implement a reflected binary method with a ufunc, e.g., __radd__.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L28"}, {"id": "mixins_rationale_38", "label": "Implement an in-place binary method with a ufunc, e.g., __iadd__.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L38"}, {"id": "mixins_rationale_46", "label": "Implement forward, reflected and inplace binary methods with a ufunc.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L46"}, {"id": "mixins_rationale_53", "label": "Implement a unary special method with a ufunc.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L53"}, {"id": "mixins_rationale_61", "label": "Mixin defining all operator special methods using __array_ufunc__. This cla", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L61"}, {"id": "mixins_rationale_166", "label": "# TODO: handle the optional third argument for __pow__?", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L166"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "target": "numpy_core", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "target": "mixins_disables_array_ufunc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "target": "mixins_binary_method", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "target": "mixins_reflected_binary_method", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "target": "mixins_inplace_binary_method", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "target": "mixins_numeric_methods", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "target": "mixins_unary_method", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L52", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "target": "mixins_ndarrayoperatorsmixin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L60", "weight": 1.0}, {"source": "mixins_numeric_methods", "target": "mixins_binary_method", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L47", "weight": 1.0}, {"source": "mixins_numeric_methods", "target": "mixins_reflected_binary_method", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L48", "weight": 1.0}, {"source": "mixins_numeric_methods", "target": "mixins_inplace_binary_method", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L49", "weight": 1.0}, {"source": "mixins_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L1", "weight": 1.0}, {"source": "mixins_rationale_10", "target": "mixins_disables_array_ufunc", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L10", "weight": 1.0}, {"source": "mixins_rationale_18", "target": "mixins_binary_method", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L18", "weight": 1.0}, {"source": "mixins_rationale_28", "target": "mixins_reflected_binary_method", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L28", "weight": 1.0}, {"source": "mixins_rationale_38", "target": "mixins_inplace_binary_method", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L38", "weight": 1.0}, {"source": "mixins_rationale_46", "target": "mixins_numeric_methods", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L46", "weight": 1.0}, {"source": "mixins_rationale_53", "target": "mixins_unary_method", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L53", "weight": 1.0}, {"source": "mixins_rationale_61", "target": "mixins_ndarrayoperatorsmixin", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L61", "weight": 1.0}, {"source": "mixins_rationale_166", "target": "backend_venv_lib_python3_12_site_packages_numpy_lib_mixins_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/mixins.py", "source_location": "L166", "weight": 1.0}], "raw_calls": []}