MCPcopy 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_setterMethod · 0.95
outputMethod · 0.45
waFunction · 0.45
d3.min.jsFile · 0.45
test_basicMethod · 0.45
test_loadMethod · 0.45
test_extended_encodeMethod · 0.45
test_special_attrsMethod · 0.45
test_samesite_attrsMethod · 0.45
test_extra_spacesMethod · 0.45

Calls 1

OutputStringMethod · 0.95

Tested by 13

test_setterMethod · 0.76
test_basicMethod · 0.36
test_loadMethod · 0.36
test_extended_encodeMethod · 0.36
test_special_attrsMethod · 0.36
test_samesite_attrsMethod · 0.36
test_extra_spacesMethod · 0.36
test_quoted_metaMethod · 0.36
test_invalid_cookiesMethod · 0.36
test_pickleMethod · 0.36