Files
tfm_ainventory/graphify-out/cache/dd19809065785b50a76b9b827abd6a1a0871b951c6bbd5bcada42733c07bc38c.json

1 line
9.4 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_typing_nested_sequence_py", "label": "_nested_sequence.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L1"}, {"id": "nested_sequence_nestedsequence", "label": "_NestedSequence", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L14"}, {"id": "nested_sequence_nestedsequence_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L53"}, {"id": "nested_sequence_nestedsequence_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L57"}, {"id": "nested_sequence_nestedsequence_contains", "label": ".__contains__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L61"}, {"id": "nested_sequence_nestedsequence_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L65"}, {"id": "nested_sequence_nestedsequence_reversed", "label": ".__reversed__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L69"}, {"id": "nested_sequence_nestedsequence_count", "label": ".count()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L73"}, {"id": "nested_sequence_nestedsequence_index", "label": ".index()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L77"}, {"id": "nested_sequence_rationale_1", "label": "A module containing the `_NestedSequence` protocol.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L1"}, {"id": "nested_sequence_rationale_15", "label": "A protocol for representing nested sequences. Warning ------- `_Nes", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L15"}, {"id": "nested_sequence_rationale_54", "label": "Implement ``len(self)``.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L54"}, {"id": "nested_sequence_rationale_58", "label": "Implement ``self[x]``.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L58"}, {"id": "nested_sequence_rationale_62", "label": "Implement ``x in self``.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L62"}, {"id": "nested_sequence_rationale_66", "label": "Implement ``iter(self)``.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L66"}, {"id": "nested_sequence_rationale_70", "label": "Implement ``reversed(self)``.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L70"}, {"id": "nested_sequence_rationale_74", "label": "Return the number of occurrences of `value`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L74"}, {"id": "nested_sequence_rationale_78", "label": "Return the first index of `value`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L78"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_typing_nested_sequence_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_typing_nested_sequence_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_typing_nested_sequence_py", "target": "nested_sequence_nestedsequence", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L14", "weight": 1.0}, {"source": "nested_sequence_nestedsequence", "target": "nested_sequence_nestedsequence_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L53", "weight": 1.0}, {"source": "nested_sequence_nestedsequence", "target": "nested_sequence_nestedsequence_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L57", "weight": 1.0}, {"source": "nested_sequence_nestedsequence", "target": "nested_sequence_nestedsequence_contains", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L61", "weight": 1.0}, {"source": "nested_sequence_nestedsequence", "target": "nested_sequence_nestedsequence_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L65", "weight": 1.0}, {"source": "nested_sequence_nestedsequence", "target": "nested_sequence_nestedsequence_reversed", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L69", "weight": 1.0}, {"source": "nested_sequence_nestedsequence", "target": "nested_sequence_nestedsequence_count", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L73", "weight": 1.0}, {"source": "nested_sequence_nestedsequence", "target": "nested_sequence_nestedsequence_index", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L77", "weight": 1.0}, {"source": "nested_sequence_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_typing_nested_sequence_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L1", "weight": 1.0}, {"source": "nested_sequence_rationale_15", "target": "nested_sequence_nestedsequence", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L15", "weight": 1.0}, {"source": "nested_sequence_rationale_54", "target": "nested_sequence_nestedsequence_len", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L54", "weight": 1.0}, {"source": "nested_sequence_rationale_58", "target": "nested_sequence_nestedsequence_getitem", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L58", "weight": 1.0}, {"source": "nested_sequence_rationale_62", "target": "nested_sequence_nestedsequence_contains", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L62", "weight": 1.0}, {"source": "nested_sequence_rationale_66", "target": "nested_sequence_nestedsequence_iter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L66", "weight": 1.0}, {"source": "nested_sequence_rationale_70", "target": "nested_sequence_nestedsequence_reversed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L70", "weight": 1.0}, {"source": "nested_sequence_rationale_74", "target": "nested_sequence_nestedsequence_count", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L74", "weight": 1.0}, {"source": "nested_sequence_rationale_78", "target": "nested_sequence_nestedsequence_index", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_typing/_nested_sequence.py", "source_location": "L78", "weight": 1.0}], "raw_calls": []}