MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / intersection

Method intersection

Lib/sets.py:205–217  ·  view source on GitHub ↗

Return the intersection of two sets as a new set. (I.e. all elements that are in both sets.)

(self, other)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

__and__Method · 0.95
intersection_updateMethod · 0.45

Calls 1

SetClass · 0.70

Tested by

no test coverage detected