1 line
11 KiB
JSON
1 line
11 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "label": "__init__.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L1"}, {"id": "init_response", "label": "Response", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L44"}, {"id": "init_status_code", "label": "status_code()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L49"}, {"id": "init_headers", "label": "headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L61"}, {"id": "init_content", "label": "content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L70"}, {"id": "init_read", "label": "read()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L83"}, {"id": "init_close", "label": "close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L92"}, {"id": "init_request", "label": "Request", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L97"}, {"id": "init_call", "label": "__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L107"}, {"id": "init_request_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L140"}, {"id": "init_rationale_45", "label": "Asynchronous HTTP Response Interface.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L45"}, {"id": "init_rationale_50", "label": "The HTTP response status code. Returns: int: The HTTP respo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L50"}, {"id": "init_rationale_62", "label": "The HTTP response headers. Returns: Mapping[str, str]: The", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L62"}, {"id": "init_rationale_71", "label": "The raw response content. Args: chunk_size (int): The size", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L71"}, {"id": "init_rationale_84", "label": "Read the entire response content as bytes. Returns: bytes:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L84"}, {"id": "init_rationale_93", "label": "Close the response after it is fully consumed to resource.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L93"}, {"id": "init_rationale_98", "label": "Interface for a callable that makes HTTP requests. Specific transport imple", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L98"}, {"id": "init_rationale_116", "label": "Make an HTTP request. Args: url (str): The URI to be reques", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L116"}, {"id": "init_rationale_141", "label": "Close the underlying session.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L141"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "abc", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "google_auth_transport", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "init_response", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "init_status_code", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "init_headers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L61", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "init_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "init_read", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L83", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "init_close", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L92", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "init_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L97", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_transport_init_py", "target": "init_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L107", "weight": 1.0}, {"source": "init_request", "target": "init_request_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L140", "weight": 1.0}, {"source": "init_rationale_45", "target": "init_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L45", "weight": 1.0}, {"source": "init_rationale_50", "target": "init_response_status_code", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L50", "weight": 1.0}, {"source": "init_rationale_62", "target": "init_response_headers", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L62", "weight": 1.0}, {"source": "init_rationale_71", "target": "init_response_content", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L71", "weight": 1.0}, {"source": "init_rationale_84", "target": "init_response_read", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L84", "weight": 1.0}, {"source": "init_rationale_93", "target": "init_response_close", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L93", "weight": 1.0}, {"source": "init_rationale_98", "target": "init_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L98", "weight": 1.0}, {"source": "init_rationale_116", "target": "init_request_call", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L116", "weight": 1.0}, {"source": "init_rationale_141", "target": "init_request_close", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L141", "weight": 1.0}], "raw_calls": [{"caller_nid": "init_status_code", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L57"}, {"caller_nid": "init_headers", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L67"}, {"caller_nid": "init_content", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L80"}, {"caller_nid": "init_read", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L89"}, {"caller_nid": "init_close", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L94"}, {"caller_nid": "init_call", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L138"}, {"caller_nid": "init_request_close", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/transport/__init__.py", "source_location": "L144"}]} |