Files
tfm_ainventory/graphify-out/cache/6fc4488a5c81e328627123be8558fea2b403454d1c11763615a2779c04408b89.json

1 line
12 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "label": "_api.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L1"}, {"id": "api_request", "label": "request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L39"}, {"id": "api_stream", "label": "stream()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L124"}, {"id": "api_get", "label": "get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L174"}, {"id": "api_options", "label": "options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L210"}, {"id": "api_head", "label": "head()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L246"}, {"id": "api_post", "label": "post()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L282"}, {"id": "api_put", "label": "put()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L323"}, {"id": "api_patch", "label": "patch()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L364"}, {"id": "api_delete", "label": "delete()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L405"}, {"id": "api_rationale_57", "label": "Sends an HTTP request. **Parameters:** * **method** - HTTP method for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L57"}, {"id": "api_rationale_142", "label": "Alternative to `httpx.request()` that streams the response body instead of l", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L142"}, {"id": "api_rationale_187", "label": "Sends a `GET` request. **Parameters**: See `httpx.request`. Note that", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L187"}, {"id": "api_rationale_223", "label": "Sends an `OPTIONS` request. **Parameters**: See `httpx.request`. Note", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L223"}, {"id": "api_rationale_259", "label": "Sends a `HEAD` request. **Parameters**: See `httpx.request`. Note that", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L259"}, {"id": "api_rationale_299", "label": "Sends a `POST` request. **Parameters**: See `httpx.request`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L299"}, {"id": "api_rationale_340", "label": "Sends a `PUT` request. **Parameters**: See `httpx.request`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L340"}, {"id": "api_rationale_381", "label": "Sends a `PATCH` request. **Parameters**: See `httpx.request`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L381"}, {"id": "api_rationale_418", "label": "Sends a `DELETE` request. **Parameters**: See `httpx.request`. Note th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L418"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_client_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_config_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_models_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_urls_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "api_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "api_stream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L124", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "api_get", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L174", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "api_options", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L210", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "api_head", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L246", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "api_post", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L282", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "api_put", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L323", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "api_patch", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L364", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_api_py", "target": "api_delete", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L405", "weight": 1.0}, {"source": "api_get", "target": "api_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L195", "weight": 1.0}, {"source": "api_options", "target": "api_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L231", "weight": 1.0}, {"source": "api_head", "target": "api_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L267", "weight": 1.0}, {"source": "api_post", "target": "api_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L304", "weight": 1.0}, {"source": "api_put", "target": "api_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L345", "weight": 1.0}, {"source": "api_patch", "target": "api_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L386", "weight": 1.0}, {"source": "api_delete", "target": "api_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L426", "weight": 1.0}, {"source": "api_rationale_57", "target": "api_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L57", "weight": 1.0}, {"source": "api_rationale_142", "target": "api_stream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L142", "weight": 1.0}, {"source": "api_rationale_187", "target": "api_get", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L187", "weight": 1.0}, {"source": "api_rationale_223", "target": "api_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L223", "weight": 1.0}, {"source": "api_rationale_259", "target": "api_head", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L259", "weight": 1.0}, {"source": "api_rationale_299", "target": "api_post", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L299", "weight": 1.0}, {"source": "api_rationale_340", "target": "api_put", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L340", "weight": 1.0}, {"source": "api_rationale_381", "target": "api_patch", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L381", "weight": 1.0}, {"source": "api_rationale_418", "target": "api_delete", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L418", "weight": 1.0}], "raw_calls": [{"caller_nid": "api_request", "callee": "Client", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L102"}, {"caller_nid": "api_stream", "callee": "Client", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_api.py", "source_location": "L152"}]}