MCPcopy
hub / github.com/django/django / set_test_cookie

Method set_test_cookie

django/contrib/sessions/backends/base.py:107–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 return value
106
107 def set_test_cookie(self):
108 self[self.TEST_COOKIE_NAME] = self.TEST_COOKIE_VALUE
109
110 async def aset_test_cookie(self):
111 await self.aset(self.TEST_COOKIE_NAME, self.TEST_COOKIE_VALUE)

Callers 1

test_test_cookieMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_test_cookieMethod · 0.64