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

Method __ror__

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

Source from the content-addressed store, hash-verified

529 return NotImplemented
530
531 def __ror__(self, other):
532 if isinstance(other, _collections_abc.Mapping):
533 c = self.__class__()
534 c.update(other)
535 c.update(self)
536 return c
537 return NotImplemented
538
539
540class finalize:

Callers

nothing calls this directly

Calls 2

__class__Method · 0.45
updateMethod · 0.45

Tested by

no test coverage detected