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

Method difference

Lib/sets.py:256–270  ·  view source on GitHub ↗

Return the difference of two sets as a new Set. (I.e. all elements that are in this set and not in the other.)

(self, other)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

__sub__Method · 0.95
mainFunction · 0.45
assertSetEqualMethod · 0.45
__init__Method · 0.45

Calls 1

SetClass · 0.70

Tested by

no test coverage detected