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

Method __ior__

tools/python-3.11.9-amd64/Lib/weakref.py:315–317  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

313 return list(self.data.values())
314
315 def __ior__(self, other):
316 self.update(other)
317 return self
318
319 def __or__(self, other):
320 if isinstance(other, _collections_abc.Mapping):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected