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

Method copy

tools/python-3.11.9-amd64/Lib/http/cookies.py:331–335  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

329 __ne__ = object.__ne__
330
331 def copy(self):
332 morsel = Morsel()
333 dict.update(morsel, self)
334 morsel.__dict__.update(self.__dict__)
335 return morsel
336
337 def update(self, values):
338 data = {}

Callers 1

__init__Method · 0.45

Calls 2

MorselClass · 0.85
updateMethod · 0.45

Tested by

no test coverage detected