1 line
24 KiB
JSON
1 line
24 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "label": "_aiohttp_requests.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L1"}, {"id": "aiohttp_requests_combinedresponse", "label": "_CombinedResponse", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L44"}, {"id": "aiohttp_requests_combinedresponse_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L57"}, {"id": "aiohttp_requests_combinedresponse_is_compressed", "label": "._is_compressed()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L61"}, {"id": "aiohttp_requests_status", "label": "status()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L69"}, {"id": "aiohttp_requests_headers", "label": "headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L73"}, {"id": "aiohttp_requests_data", "label": "data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L77"}, {"id": "aiohttp_requests_combinedresponse_raw_content", "label": ".raw_content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L80"}, {"id": "aiohttp_requests_combinedresponse_content", "label": ".content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L85"}, {"id": "aiohttp_requests_response", "label": "_Response", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L98"}, {"id": "aiohttp_requests_response_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L106"}, {"id": "aiohttp_requests_request", "label": "Request", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L122"}, {"id": "aiohttp_requests_request_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L145"}, {"id": "aiohttp_requests_request_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L153"}, {"id": "aiohttp_requests_authorizedsession", "label": "AuthorizedSession", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L207"}, {"id": "aiohttp_requests_authorizedsession_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L246"}, {"id": "aiohttp_requests_authorizedsession_request", "label": ".request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L268"}, {"id": "aiohttp_requests_rationale_45", "label": "In order to more closely resemble the `requests` interface, where a raw and", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L45"}, {"id": "aiohttp_requests_rationale_99", "label": "Requests transport response adapter. Args: response (requests.Respo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L99"}, {"id": "aiohttp_requests_rationale_123", "label": "Requests request adapter. This class is used internally for making requests", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L123"}, {"id": "aiohttp_requests_rationale_162", "label": "Make an HTTP request using aiohttp. Args: url (str): The UR", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L162"}, {"id": "aiohttp_requests_rationale_208", "label": "This is an async implementation of the Authorized Session class. We utilize an", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L208"}, {"id": "aiohttp_requests_rationale_279", "label": "Implementation of Authorized Session aiohttp request. Args:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L279"}, {"id": "aiohttp_requests_rationale_146", "label": "# TODO: Use auto_decompress property for aiohttp 3.7+", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L146"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "asyncio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "urllib3", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "google_auth_aio", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "google_auth_transport", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp_requests_combinedresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L44", "weight": 1.0}, {"source": "aiohttp_requests_combinedresponse", "target": "aiohttp_requests_combinedresponse_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L57", "weight": 1.0}, {"source": "aiohttp_requests_combinedresponse", "target": "aiohttp_requests_combinedresponse_is_compressed", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L61", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp_requests_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L69", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp_requests_headers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp_requests_data", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L77", "weight": 1.0}, {"source": "aiohttp_requests_combinedresponse", "target": "aiohttp_requests_combinedresponse_raw_content", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L80", "weight": 1.0}, {"source": "aiohttp_requests_combinedresponse", "target": "aiohttp_requests_combinedresponse_content", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L85", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp_requests_response", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L98", "weight": 1.0}, {"source": "aiohttp_requests_response", "target": "aiohttp_requests_response_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L106", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp_requests_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp_requests_headers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L114", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp_requests_data", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L118", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp_requests_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L122", "weight": 1.0}, {"source": "aiohttp_requests_request", "target": "aiohttp_requests_request_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L145", "weight": 1.0}, {"source": "aiohttp_requests_request", "target": "aiohttp_requests_request_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L153", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "target": "aiohttp_requests_authorizedsession", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L207", "weight": 1.0}, {"source": "aiohttp_requests_authorizedsession", "target": "aiohttp_requests_authorizedsession_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L246", "weight": 1.0}, {"source": "aiohttp_requests_authorizedsession", "target": "aiohttp_requests_authorizedsession_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L268", "weight": 1.0}, {"source": "aiohttp_requests_combinedresponse_content", "target": "aiohttp_requests_combinedresponse_raw_content", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L87", "weight": 1.0}, {"source": "aiohttp_requests_combinedresponse_content", "target": "aiohttp_requests_combinedresponse_is_compressed", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L88", "weight": 1.0}, {"source": "aiohttp_requests_request_call", "target": "aiohttp_requests_authorizedsession_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L192", "weight": 1.0}, {"source": "aiohttp_requests_request_call", "target": "aiohttp_requests_combinedresponse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L196", "weight": 1.0}, {"source": "aiohttp_requests_rationale_45", "target": "aiohttp_requests_combinedresponse", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L45", "weight": 1.0}, {"source": "aiohttp_requests_rationale_99", "target": "aiohttp_requests_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L99", "weight": 1.0}, {"source": "aiohttp_requests_rationale_123", "target": "aiohttp_requests_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L123", "weight": 1.0}, {"source": "aiohttp_requests_rationale_162", "target": "aiohttp_requests_request_call", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L162", "weight": 1.0}, {"source": "aiohttp_requests_rationale_208", "target": "aiohttp_requests_authorizedsession", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L208", "weight": 1.0}, {"source": "aiohttp_requests_rationale_279", "target": "aiohttp_requests_authorizedsession_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L279", "weight": 1.0}, {"source": "aiohttp_requests_rationale_146", "target": "backend_venv_lib_python3_12_site_packages_google_auth_transport_aiohttp_requests_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L146", "weight": 1.0}], "raw_calls": [{"caller_nid": "aiohttp_requests_combinedresponse_raw_content", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L82"}, {"caller_nid": "aiohttp_requests_combinedresponse_content", "callee": "MultiDecoder", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L89"}, {"caller_nid": "aiohttp_requests_combinedresponse_content", "callee": "decompress", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L92"}, {"caller_nid": "aiohttp_requests_request_init", "callee": "InvalidOperation", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L148"}, {"caller_nid": "aiohttp_requests_request_call", "callee": "ClientSession", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L188"}, {"caller_nid": "aiohttp_requests_request_call", "callee": "request_log", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L191"}, {"caller_nid": "aiohttp_requests_request_call", "callee": "response_log_async", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L195"}, {"caller_nid": "aiohttp_requests_request_call", "callee": "TransportError", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L199"}, {"caller_nid": "aiohttp_requests_request_call", "callee": "TransportError", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L203"}, {"caller_nid": "aiohttp_requests_authorizedsession_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L256"}, {"caller_nid": "aiohttp_requests_authorizedsession_init", "callee": "get_event_loop", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L264"}, {"caller_nid": "aiohttp_requests_authorizedsession_init", "callee": "Lock", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L265"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L311"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L312"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L313"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "ClientSession", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L315"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L317"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L324"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L327"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L334"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "TimeoutGuard", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L339"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "before_request", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L340"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "TimeoutGuard", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L344"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L345"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L360"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L372"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "TimeoutGuard", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L375"}, {"caller_nid": "aiohttp_requests_authorizedsession_request", "callee": "run_in_executor", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/transport/_aiohttp_requests.py", "source_location": "L379"}]} |