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

1 line
11 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "label": "wsgi.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L1"}, {"id": "wsgi_skip_leading_empty_chunks", "label": "_skip_leading_empty_chunks()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L22"}, {"id": "wsgi_wsgibytestream", "label": "WSGIByteStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L30"}, {"id": "syncbytestream", "label": "SyncByteStream", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "wsgi_wsgibytestream_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L31"}, {"id": "wsgi_wsgibytestream_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L35"}, {"id": "wsgi_wsgibytestream_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L39"}, {"id": "wsgi_wsgitransport", "label": "WSGITransport", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L44"}, {"id": "basetransport", "label": "BaseTransport", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "wsgi_wsgitransport_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L77"}, {"id": "wsgi_wsgitransport_handle_request", "label": ".handle_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L91"}, {"id": "wsgi_rationale_45", "label": "A custom transport that handles sending requests directly to an WSGI app. Th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L45"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "target": "io", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "target": "itertools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_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/_transports/wsgi.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_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/_transports/wsgi.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_transports_base_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "target": "typeshed", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "target": "typeshed_wsgi", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "target": "wsgi_skip_leading_empty_chunks", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "target": "wsgi_wsgibytestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L30", "weight": 1.0}, {"source": "wsgi_wsgibytestream", "target": "syncbytestream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L30", "weight": 1.0}, {"source": "wsgi_wsgibytestream", "target": "wsgi_wsgibytestream_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L31", "weight": 1.0}, {"source": "wsgi_wsgibytestream", "target": "wsgi_wsgibytestream_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L35", "weight": 1.0}, {"source": "wsgi_wsgibytestream", "target": "wsgi_wsgibytestream_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_transports_wsgi_py", "target": "wsgi_wsgitransport", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L44", "weight": 1.0}, {"source": "wsgi_wsgitransport", "target": "basetransport", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L44", "weight": 1.0}, {"source": "wsgi_wsgitransport", "target": "wsgi_wsgitransport_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L77", "weight": 1.0}, {"source": "wsgi_wsgitransport", "target": "wsgi_wsgitransport_handle_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L91", "weight": 1.0}, {"source": "wsgi_wsgibytestream_init", "target": "wsgi_skip_leading_empty_chunks", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L33", "weight": 1.0}, {"source": "wsgi_wsgitransport_handle_request", "target": "wsgi_wsgibytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L136", "weight": 1.0}, {"source": "wsgi_rationale_45", "target": "wsgi_wsgitransport", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L45", "weight": 1.0}], "raw_calls": [{"caller_nid": "wsgi_skip_leading_empty_chunks", "callee": "iter", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L23"}, {"caller_nid": "wsgi_skip_leading_empty_chunks", "callee": "chain", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L26"}, {"caller_nid": "wsgi_wsgibytestream_init", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L32"}, {"caller_nid": "wsgi_wsgibytestream_close", "callee": "_close", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L41"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L92"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "BytesIO", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L93"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L107"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L109"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L114"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L114"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L114"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L117"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "app", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L134"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L143"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L143"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L145"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L145"}, {"caller_nid": "wsgi_wsgitransport_handle_request", "callee": "Response", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_transports/wsgi.py", "source_location": "L149"}]}