Files
tfm_ainventory/graphify-out/cache/2793d4013f48d96a75f00401453b786457d5916c7aa63b0cf225a23faede70a7.json

1 line
9.4 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpx_status_codes_py", "label": "_status_codes.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L1"}, {"id": "status_codes_codes", "label": "codes", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L8"}, {"id": "intenum", "label": "IntEnum", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "status_codes_codes_new", "label": ".__new__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L28"}, {"id": "status_codes_codes_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L35"}, {"id": "status_codes_get_reason_phrase", "label": "get_reason_phrase()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L39"}, {"id": "status_codes_is_informational", "label": "is_informational()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L46"}, {"id": "status_codes_is_success", "label": "is_success()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L53"}, {"id": "status_codes_is_redirect", "label": "is_redirect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L60"}, {"id": "status_codes_is_client_error", "label": "is_client_error()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L67"}, {"id": "status_codes_is_server_error", "label": "is_server_error()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L74"}, {"id": "status_codes_is_error", "label": "is_error()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L81"}, {"id": "status_codes_rationale_9", "label": "HTTP status codes and reason phrases Status codes from the following RFCs a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L9"}, {"id": "status_codes_rationale_47", "label": "Returns `True` for 1xx status codes, `False` otherwise.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L47"}, {"id": "status_codes_rationale_54", "label": "Returns `True` for 2xx status codes, `False` otherwise.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L54"}, {"id": "status_codes_rationale_61", "label": "Returns `True` for 3xx status codes, `False` otherwise.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L61"}, {"id": "status_codes_rationale_68", "label": "Returns `True` for 4xx status codes, `False` otherwise.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L68"}, {"id": "status_codes_rationale_75", "label": "Returns `True` for 5xx status codes, `False` otherwise.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L75"}, {"id": "status_codes_rationale_82", "label": "Returns `True` for 4xx or 5xx status codes, `False` otherwise.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L82"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpx_status_codes_py", "target": "enum", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_status_codes_py", "target": "status_codes_codes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L8", "weight": 1.0}, {"source": "status_codes_codes", "target": "intenum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L8", "weight": 1.0}, {"source": "status_codes_codes", "target": "status_codes_codes_new", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L28", "weight": 1.0}, {"source": "status_codes_codes", "target": "status_codes_codes_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_status_codes_py", "target": "status_codes_get_reason_phrase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_status_codes_py", "target": "status_codes_is_informational", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_status_codes_py", "target": "status_codes_is_success", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L53", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_status_codes_py", "target": "status_codes_is_redirect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L60", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_status_codes_py", "target": "status_codes_is_client_error", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L67", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_status_codes_py", "target": "status_codes_is_server_error", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L74", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_status_codes_py", "target": "status_codes_is_error", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L81", "weight": 1.0}, {"source": "status_codes_get_reason_phrase", "target": "status_codes_codes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L41", "weight": 1.0}, {"source": "status_codes_rationale_9", "target": "status_codes_codes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L9", "weight": 1.0}, {"source": "status_codes_rationale_47", "target": "status_codes_codes_is_informational", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L47", "weight": 1.0}, {"source": "status_codes_rationale_54", "target": "status_codes_codes_is_success", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L54", "weight": 1.0}, {"source": "status_codes_rationale_61", "target": "status_codes_codes_is_redirect", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L61", "weight": 1.0}, {"source": "status_codes_rationale_68", "target": "status_codes_codes_is_client_error", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L68", "weight": 1.0}, {"source": "status_codes_rationale_75", "target": "status_codes_codes_is_server_error", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L75", "weight": 1.0}, {"source": "status_codes_rationale_82", "target": "status_codes_codes_is_error", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L82", "weight": 1.0}], "raw_calls": [{"caller_nid": "status_codes_codes_str", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_status_codes.py", "source_location": "L36"}]}