MCPcopy Create free account
hub / github.com/pallets/quart / _TestCookieJarResponse

Class _TestCookieJarResponse

src/quart/testing/client.py:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48class _TestCookieJarResponse:
49 def __init__(self, headers: Headers) -> None:
50 self.headers = headers
51
52 def info(self) -> _TestWrapper:
53 return _TestWrapper(self.headers)
54
55
56class QuartClient:

Callers 3

set_cookieMethod · 0.85
session_transactionMethod · 0.85
_make_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…