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

Method __ror__

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

Source from the content-addressed store, hash-verified

324 return NotImplemented
325
326 def __ror__(self, other):
327 if isinstance(other, _collections_abc.Mapping):
328 c = self.__class__()
329 c.update(other)
330 c.update(self)
331 return c
332 return NotImplemented
333
334
335class KeyedRef(ref):

Callers

nothing calls this directly

Calls 2

__class__Method · 0.45
updateMethod · 0.45

Tested by

no test coverage detected