MCPcopy Index your code
hub / github.com/python/cpython / __ior__

Method __ior__

Lib/http/cookies.py:346–348  ·  view source on GitHub ↗
(self, values)

Source from the content-addressed store, hash-verified

344 dict.update(self, data)
345
346 def __ior__(self, values):
347 self.update(values)
348 return self
349
350 def isReservedKey(self, K):
351 return K.lower() in self._reserved

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected