Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ output
Method
output
Lib/http/cookies.py:385–386 ·
view source on GitHub ↗
(self, attrs=None, header="Set-Cookie:")
Source
from the content-addressed store, hash-verified
383
self._coded_value = coded_value
384
385
def
output(self, attrs=None, header=
"Set-Cookie:"
):
386
return
"%s %s"
% (header, self.OutputString(attrs))
387
388
__str__ = output
389
Callers
15
test_setter
Method · 0.95
output
Method · 0.45
wa
Function · 0.45
d3.min.js
File · 0.45
test_basic
Method · 0.45
test_load
Method · 0.45
test_extended_encode
Method · 0.45
test_special_attrs
Method · 0.45
test_set_secure_httponly_attrs
Method · 0.45
test_set_secure_httponly_partitioned_attrs
Method · 0.45
test_samesite_attrs
Method · 0.45
test_extra_spaces
Method · 0.45
Calls
1
OutputString
Method · 0.95
Tested by
13
test_setter
Method · 0.76
test_basic
Method · 0.36
test_load
Method · 0.36
test_extended_encode
Method · 0.36
test_special_attrs
Method · 0.36
test_set_secure_httponly_attrs
Method · 0.36
test_set_secure_httponly_partitioned_attrs
Method · 0.36
test_samesite_attrs
Method · 0.36
test_extra_spaces
Method · 0.36
test_quoted_meta
Method · 0.36
test_invalid_cookies
Method · 0.36
test_pickle
Method · 0.36