MCPcopy Index your code
hub / github.com/python/cpython / add

Method add

Lib/_collections_abc.py:705–707  ·  view source on GitHub ↗

Add an element.

(self, value)

Source from the content-addressed store, hash-verified

703
704 @abstractmethod
705 def add(self, value):
706 """Add an element."""
707 raise NotImplementedError
708
709 @abstractmethod
710 def discard(self, value):

Callers 2

__ior__Method · 0.95
__ixor__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected