Files
tfm_ainventory/graphify-out/cache/9e839ec15fade0bdc5c11c6dacb5c76cf00a62bdabe053b235183efaa3a19a00.json

1 line
14 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpcore_sync_interfaces_py", "label": "interfaces.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L1"}, {"id": "interfaces_requestinterface", "label": "RequestInterface", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L20"}, {"id": "interfaces_requestinterface_request", "label": ".request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L21"}, {"id": "interfaces_stream", "label": "stream()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L53"}, {"id": "interfaces_requestinterface_handle_request", "label": ".handle_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L83"}, {"id": "interfaces_connectioninterface", "label": "ConnectionInterface", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L87"}, {"id": "interfaces_connectioninterface_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L88"}, {"id": "interfaces_connectioninterface_info", "label": ".info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L91"}, {"id": "interfaces_connectioninterface_can_handle_request", "label": ".can_handle_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L94"}, {"id": "interfaces_connectioninterface_is_available", "label": ".is_available()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L97"}, {"id": "interfaces_connectioninterface_has_expired", "label": ".has_expired()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L115"}, {"id": "interfaces_connectioninterface_is_idle", "label": ".is_idle()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L124"}, {"id": "interfaces_connectioninterface_is_closed", "label": ".is_closed()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L130"}, {"id": "interfaces_rationale_98", "label": "Return `True` if the connection is currently able to accept an outgoing", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L98"}, {"id": "interfaces_rationale_116", "label": "Return `True` if the connection is in a state where it should be closed.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L116"}, {"id": "interfaces_rationale_125", "label": "Return `True` if the connection is currently idle.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L125"}, {"id": "interfaces_rationale_131", "label": "Return `True` if the connection has been closed. Used when a response i", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L131"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_interfaces_py", "target": "contextlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_interfaces_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_models_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_interfaces_py", "target": "interfaces_requestinterface", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L20", "weight": 1.0}, {"source": "interfaces_requestinterface", "target": "interfaces_requestinterface_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_interfaces_py", "target": "interfaces_stream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L53", "weight": 1.0}, {"source": "interfaces_requestinterface", "target": "interfaces_requestinterface_handle_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L83", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_interfaces_py", "target": "interfaces_connectioninterface", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L87", "weight": 1.0}, {"source": "interfaces_connectioninterface", "target": "interfaces_requestinterface", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L87", "weight": 1.0}, {"source": "interfaces_connectioninterface", "target": "interfaces_connectioninterface_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L88", "weight": 1.0}, {"source": "interfaces_connectioninterface", "target": "interfaces_connectioninterface_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L91", "weight": 1.0}, {"source": "interfaces_connectioninterface", "target": "interfaces_connectioninterface_can_handle_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L94", "weight": 1.0}, {"source": "interfaces_connectioninterface", "target": "interfaces_connectioninterface_is_available", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L97", "weight": 1.0}, {"source": "interfaces_connectioninterface", "target": "interfaces_connectioninterface_has_expired", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L115", "weight": 1.0}, {"source": "interfaces_connectioninterface", "target": "interfaces_connectioninterface_is_idle", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L124", "weight": 1.0}, {"source": "interfaces_connectioninterface", "target": "interfaces_connectioninterface_is_closed", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L130", "weight": 1.0}, {"source": "interfaces_requestinterface_request", "target": "interfaces_requestinterface_handle_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L45", "weight": 1.0}, {"source": "interfaces_requestinterface_request", "target": "interfaces_connectioninterface_close", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L49", "weight": 1.0}, {"source": "interfaces_stream", "target": "interfaces_requestinterface_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L70", "weight": 1.0}, {"source": "interfaces_stream", "target": "interfaces_requestinterface_handle_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L77", "weight": 1.0}, {"source": "interfaces_stream", "target": "interfaces_connectioninterface_close", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L81", "weight": 1.0}, {"source": "interfaces_rationale_98", "target": "interfaces_connectioninterface_is_available", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L98", "weight": 1.0}, {"source": "interfaces_rationale_116", "target": "interfaces_connectioninterface_has_expired", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L116", "weight": 1.0}, {"source": "interfaces_rationale_125", "target": "interfaces_connectioninterface_is_idle", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L125", "weight": 1.0}, {"source": "interfaces_rationale_131", "target": "interfaces_connectioninterface_is_closed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L131", "weight": 1.0}], "raw_calls": [{"caller_nid": "interfaces_requestinterface_request", "callee": "enforce_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L31"}, {"caller_nid": "interfaces_requestinterface_request", "callee": "enforce_url", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L32"}, {"caller_nid": "interfaces_requestinterface_request", "callee": "enforce_headers", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L33"}, {"caller_nid": "interfaces_requestinterface_request", "callee": "include_request_headers", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L36"}, {"caller_nid": "interfaces_requestinterface_request", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L47"}, {"caller_nid": "interfaces_stream", "callee": "enforce_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L63"}, {"caller_nid": "interfaces_stream", "callee": "enforce_url", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L64"}, {"caller_nid": "interfaces_stream", "callee": "enforce_headers", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L65"}, {"caller_nid": "interfaces_stream", "callee": "include_request_headers", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L68"}, {"caller_nid": "interfaces_requestinterface_handle_request", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L84"}, {"caller_nid": "interfaces_connectioninterface_close", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L89"}, {"caller_nid": "interfaces_connectioninterface_info", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L92"}, {"caller_nid": "interfaces_connectioninterface_can_handle_request", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L95"}, {"caller_nid": "interfaces_connectioninterface_is_available", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L113"}, {"caller_nid": "interfaces_connectioninterface_has_expired", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L122"}, {"caller_nid": "interfaces_connectioninterface_is_idle", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L128"}, {"caller_nid": "interfaces_connectioninterface_is_closed", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/interfaces.py", "source_location": "L137"}]}