MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / output

Method output

tools/python-3.11.9-amd64/Lib/http/cookies.py:372–373  ·  view source on GitHub ↗
(self, attrs=None, header="Set-Cookie:")

Source from the content-addressed store, hash-verified

370 self._coded_value = state['coded_value']
371
372 def output(self, attrs=None, header="Set-Cookie:"):
373 return "%s %s" % (header, self.OutputString(attrs))
374
375 __str__ = output
376

Callers 1

outputMethod · 0.45

Calls 1

OutputStringMethod · 0.95

Tested by

no test coverage detected