MCPcopy Index your code
hub / github.com/RustPython/RustPython / __ior__

Method __ior__

Lib/weakref.py:420–422  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

418 self.update(kwargs)
419
420 def __ior__(self, other):
421 self.update(other)
422 return self
423
424 def __or__(self, other):
425 if isinstance(other, _collections_abc.Mapping):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected