1 line
16 KiB
JSON
1 line
16 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_google_auth_aio_credentials_py", "label": "credentials.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L1"}, {"id": "credentials_credentials", "label": "Credentials", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L24"}, {"id": "basecredentials", "label": "_BaseCredentials", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "credentials_credentials_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L43"}, {"id": "credentials_credentials_apply", "label": ".apply()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L46"}, {"id": "credentials_credentials_refresh", "label": ".refresh()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L56"}, {"id": "credentials_credentials_before_request", "label": ".before_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L69"}, {"id": "credentials_staticcredentials", "label": "StaticCredentials", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L86"}, {"id": "credentials_staticcredentials_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L99"}, {"id": "credentials_refresh", "label": "refresh()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L108"}, {"id": "credentials_before_request", "label": "before_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L114"}, {"id": "credentials_anonymouscredentials", "label": "AnonymousCredentials", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L118"}, {"id": "credentials_anonymouscredentials_refresh", "label": ".refresh()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L125"}, {"id": "credentials_anonymouscredentials_apply", "label": ".apply()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L130"}, {"id": "credentials_anonymouscredentials_before_request", "label": ".before_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L141"}, {"id": "credentials_rationale_25", "label": "Base class for all asynchronous credentials. All credentials have a :attr:`", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L25"}, {"id": "credentials_rationale_47", "label": "Apply the token to the authentication header. Args: headers", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L47"}, {"id": "credentials_rationale_57", "label": "Refreshes the access token. Args: request (google.auth.aio.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L57"}, {"id": "credentials_rationale_70", "label": "Performs credential-specific before request logic. Refreshes the creden", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L70"}, {"id": "credentials_rationale_87", "label": "Asynchronous Credentials representing an immutable access token. The creden", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L87"}, {"id": "credentials_rationale_100", "label": "Args: token (str): The access token.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L100"}, {"id": "credentials_rationale_119", "label": "Asynchronous Credentials that do not provide any authentication information.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L119"}, {"id": "credentials_rationale_126", "label": "Raises :class:``InvalidOperation``, anonymous credentials cannot be refr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L126"}, {"id": "credentials_rationale_131", "label": "Anonymous credentials do nothing to the request. The optional ``token``", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L131"}, {"id": "credentials_rationale_142", "label": "Anonymous credentials do nothing to the request.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L142"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_credentials_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_credentials_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_credentials_py", "target": "google_auth_credentials_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_credentials_py", "target": "credentials_credentials", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L24", "weight": 1.0}, {"source": "credentials_credentials", "target": "basecredentials", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L24", "weight": 1.0}, {"source": "credentials_credentials", "target": "credentials_credentials_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L43", "weight": 1.0}, {"source": "credentials_credentials", "target": "credentials_credentials_apply", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L46", "weight": 1.0}, {"source": "credentials_credentials", "target": "credentials_credentials_refresh", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L56", "weight": 1.0}, {"source": "credentials_credentials", "target": "credentials_credentials_before_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L69", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_credentials_py", "target": "credentials_staticcredentials", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L86", "weight": 1.0}, {"source": "credentials_staticcredentials", "target": "credentials_credentials", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L86", "weight": 1.0}, {"source": "credentials_staticcredentials", "target": "credentials_staticcredentials_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L99", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_credentials_py", "target": "credentials_refresh", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L108", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_credentials_py", "target": "credentials_before_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L114", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_aio_credentials_py", "target": "credentials_anonymouscredentials", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L118", "weight": 1.0}, {"source": "credentials_anonymouscredentials", "target": "credentials_credentials", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L118", "weight": 1.0}, {"source": "credentials_anonymouscredentials", "target": "credentials_anonymouscredentials_refresh", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L125", "weight": 1.0}, {"source": "credentials_anonymouscredentials", "target": "credentials_anonymouscredentials_apply", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L130", "weight": 1.0}, {"source": "credentials_anonymouscredentials", "target": "credentials_anonymouscredentials_before_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L141", "weight": 1.0}, {"source": "credentials_credentials_init", "target": "credentials_staticcredentials_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L44", "weight": 1.0}, {"source": "credentials_credentials_before_request", "target": "credentials_anonymouscredentials_apply", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L83", "weight": 1.0}, {"source": "credentials_before_request", "target": "credentials_anonymouscredentials_apply", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L115", "weight": 1.0}, {"source": "credentials_rationale_25", "target": "credentials_credentials", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L25", "weight": 1.0}, {"source": "credentials_rationale_47", "target": "credentials_credentials_apply", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L47", "weight": 1.0}, {"source": "credentials_rationale_57", "target": "credentials_credentials_refresh", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L57", "weight": 1.0}, {"source": "credentials_rationale_70", "target": "credentials_credentials_before_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L70", "weight": 1.0}, {"source": "credentials_rationale_87", "target": "credentials_staticcredentials", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L87", "weight": 1.0}, {"source": "credentials_rationale_100", "target": "credentials_staticcredentials_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L100", "weight": 1.0}, {"source": "credentials_rationale_119", "target": "credentials_anonymouscredentials", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L119", "weight": 1.0}, {"source": "credentials_rationale_126", "target": "credentials_anonymouscredentials_refresh", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L126", "weight": 1.0}, {"source": "credentials_rationale_131", "target": "credentials_anonymouscredentials_apply", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L131", "weight": 1.0}, {"source": "credentials_rationale_142", "target": "credentials_anonymouscredentials_before_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L142", "weight": 1.0}], "raw_calls": [{"caller_nid": "credentials_credentials_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L44"}, {"caller_nid": "credentials_credentials_apply", "callee": "_apply", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L54"}, {"caller_nid": "credentials_credentials_refresh", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L67"}, {"caller_nid": "credentials_staticcredentials_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L104"}, {"caller_nid": "credentials_refresh", "callee": "InvalidOperation", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L109"}, {"caller_nid": "credentials_anonymouscredentials_refresh", "callee": "InvalidOperation", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L128"}, {"caller_nid": "credentials_anonymouscredentials_apply", "callee": "InvalidValue", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/aio/credentials.py", "source_location": "L139"}]} |