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

Method intersection

tools/python-3.11.9-amd64/Lib/_weakrefset.py:147–148  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

145 return self
146
147 def intersection(self, other):
148 return self.__class__(item for item in other if item in self)
149 __and__ = intersection
150
151 def intersection_update(self, other):

Callers 2

isdisjointMethod · 0.95
changed_filesFunction · 0.45

Calls 1

__class__Method · 0.45

Tested by

no test coverage detected