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

Method __ror__

tools/python-3.11.9-amd64/Lib/os.py:732–737  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

730 return new
731
732 def __ror__(self, other):
733 if not isinstance(other, Mapping):
734 return NotImplemented
735 new = dict(other)
736 new.update(self)
737 return new
738
739def _createenviron():
740 if name == 'nt':

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected