Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __ior__
Method
__ior__
tools/python-3.11.9-amd64/Lib/weakref.py:520–522 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
518
self.update(kwargs)
519
520
def
__ior__(self, other):
521
self.update(other)
522
return
self
523
524
def
__or__(self, other):
525
if
isinstance(other, _collections_abc.Mapping):
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected