MCPcopy
hub / github.com/teng-lin/notebooklm-py / get

Method get

tests/unit/test_auth_refresh.py:109–114  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

107 return None
108
109 async def get(self, *args, **kwargs):
110 request = httpx.Request(
111 "GET",
112 "https://accounts.google.com/signin?continue=foo&f.sid=bar#access_token=frag",
113 )
114 return httpx.Response(200, content=b"<html>Login</html>", request=request)
115
116 # Seam-aliased object-attribute patches (ADR-0007): patches the owning
117 # ``_auth.refresh`` module so bare-name lookups inside

Callers 15

_is_vcr_record_modeFunction · 0.45
get_error_injection_modeFunction · 0.45
scrub_responseFunction · 0.45
_rpcids_matcherFunction · 0.45
_normalize_freq_stringFunction · 0.45
_vcr_recordingFunction · 0.45
test_get_notebookMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected